Skip to content

Commit 1244ea9

Browse files
committed
Fix typo from github-suggested patch to #17388
My fault for blindly accepting the patch.
1 parent bd769ac commit 1244ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_stack_trace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var LibraryStackTrace = {
1212
// This avoids an infinite recursion with malloc()->abort()->stackTrace()->demangle()->malloc()->...
1313
demangle.recursionGuard = (demangle.recursionGuard|0)+1;
1414
if (demangle.recursionGuard > 1) return func;
15-
#ASSERTIONS
15+
#if ASSERTIONS
1616
assert(___cxa_demangle);
1717
#endif
1818
return withStackSave(function() {

0 commit comments

Comments
 (0)