Skip to content

Commit 540806d

Browse files
committed
Add test script disabling gc and debug scripts with process remote inspect
1 parent 83c8a82 commit 540806d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

JavaScript/debug.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
node --inspect $1

JavaScript/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
node --nouse-idle-notification --expose-gc $1

0 commit comments

Comments
 (0)