Skip to content

Commit a96e12b

Browse files
author
Jaroslav Tulach
committed
Avoid no longer needed --js.print option
1 parent 8b59ecd commit a96e12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/tests/all/agentscript/agent-nodeboot.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
> cat > ${TMP_DIR}/script.js
99
< console.log("World");
1010
> cd ${TMP_DIR}
11-
>[6] node --experimental-options --js.print --insight=agent.js script.js
11+
>[6] node --experimental-options --insight=agent.js script.js
1212
agent.js:3
1313
console.log("Hello");
1414
^

0 commit comments

Comments
 (0)