Skip to content

Commit

Permalink
Don't abort Node on unhandled rejections (sql-js#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Oct 2, 2020
1 parent e1ff5dc commit ef509e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ EMFLAGS = \
-s EXPORTED_FUNCTIONS=@src/exported_functions.json \
-s EXTRA_EXPORTED_RUNTIME_METHODS=@src/exported_runtime_methods.json \
-s SINGLE_FILE=0 \
-s NODEJS_CATCH_EXIT=0
-s NODEJS_CATCH_EXIT=0 \
-s NODEJS_CATCH_REJECTION=0

EMFLAGS_ASM = \
-s WASM=0
Expand Down

0 comments on commit ef509e3

Please sign in to comment.