You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/fixtures/sea.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ const builtinWarning =
10
10
To load a module from disk after the single executable application is launched, use require("module").createRequire().
11
11
Support for bundled module loading or virtual file systems are under discussions in https://github.com/nodejs/single-executable`;
12
12
13
-
expectWarning('Warning',builtinWarning);// Triggered by require() calls below.
14
13
// This additionally makes sure that no unexpected warnings are emitted.
0 commit comments