Skip to content

Commit 559e8c7

Browse files
committed
Fix wrong line number in agent-nodeboot.test
1 parent c243a61 commit 559e8c7

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
@@ -32,7 +32,7 @@
3232
< console.log("World");
3333
> cd ${TMP_DIR}
3434
>[6] node --no-extra-info-on-fatal-exception --insight=agent.js script.js
35-
.*agent.js:3
35+
.*agent.js:2
3636
console.log("Hello");
3737
^
3838

0 commit comments

Comments
 (0)