We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ee191 commit 04eb42dCopy full SHA for 04eb42d
ChangeLog.md
@@ -36,6 +36,10 @@ See docs/process.md for more on how version tagging works.
36
- The prefered way to enable pthread is now to just the the standard `-pthread`
37
flag. The `-sUSE_PTHREADS` setting still works but is marked as legacy and
38
will generate a warning in `-sSTRICT` mode.
39
+- When targeting node, and using `-sMODULARIZE`, we no longer internally catch
40
+ unhandled promise rejections or exit status code. That is to say the,
41
+ `NODEJS_CATCH_REJECTION` and `NODEJS_CATCH_EXIT` are no longer compatible
42
+ with `-sMODULARIZE`.
43
44
3.1.33 - 03/08/23
45
-----------------
0 commit comments