mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb: Ensure requests modules is not empty before indexing into it
Regression from 5af613aa65
Fixes: #2676
This commit is contained in:
committed by
Andreas Kling
parent
2ff03ea7d2
commit
30c8510725
Notes:
github-actions[bot]
2024-12-01 14:50:09 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/30c85107256 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2677 Reviewed-by: https://github.com/awesomekling
@@ -0,0 +1,8 @@
|
||||
<script src="../../include.js"></script>
|
||||
<script type="module">
|
||||
import m from "./import-in-a-module.js";
|
||||
|
||||
test(() => {
|
||||
println(m);
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user