Skip to content

Commit ed9c832

Browse files
committed
process.exit 0 instead of process.exit 1 in the comments
1 parent 2e9fbba commit ed9c832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index_test.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ context = {
77
# when commented out - it works locally
88
#process.exit 0
99
#throw new Error("Exit lambda")
10-
#setTimeout (-> process.exit 1), 1000
11-
#process.nextTick (-> process.exit 1)
10+
#setTimeout (-> process.exit 0), 1000
11+
#process.nextTick (-> process.exit 0)
1212
return
1313
}
1414

0 commit comments

Comments
 (0)