diff options
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index 3ede01af..3c596ea1 100644 --- a/src/library.js +++ b/src/library.js @@ -1763,7 +1763,7 @@ LibraryManager.library = { ExitStatus.prototype.constructor = ExitStatus; #endif - __shutdownRuntime__(); + exitRuntime(); ABORT = true; #if CATCH_EXIT_CODE |