Skip to content

Commit 9cea0bf

Browse files
author
Guy Bedford
committed
fixup test
1 parent 660a95d commit 9cea0bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/init-script/init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ const builtinMod = {
55
}
66

77
defineBuiltinModule('builtinMod', builtinMod);
8-
print("initialization done");
8+
if (typeof print !== 'undefined')
9+
print("initialization done");

0 commit comments

Comments
 (0)