Skip to content

Commit 118367f

Browse files
committed
fixup! test: ensure assertions are reachable in more folders
1 parent c94a9b9 commit 118367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sea/test-single-executable-application-inspect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ seaProcess.stdout.on('data', (data) => {
6464
console.log(`[SEA][STDOUT] ${data}`);
6565
});
6666

67-
seaProcess.stderr.on('data', common.mustCall((data) => {
67+
seaProcess.stderr.on('data', common.mustCallAtLeast((data) => {
6868
console.log(`[SEA][STDERR] ${data}`);
6969
seaStderr += data;
7070

0 commit comments

Comments
 (0)