Skip to content

Commit 914b559

Browse files
committed
adding debug support for javascript
1 parent c2ec254 commit 914b559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ run() {
188188

189189
elif [[ ${FILE#*.} == js ]]; then
190190
if [[ $DEBUG == true ]]; then
191-
node debug "$FILE"
191+
node inspect "$FILE"
192192
else
193193
node "$FILE"
194194
fi

0 commit comments

Comments
 (0)