diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-16 11:18:06 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-16 11:18:06 -0800 |
commit | 5fe3bcc54b6c7ee04d0b09cc3e44e0cd06b95405 (patch) | |
tree | 2cf6d3a26b321328941346235d0c4f7db919ab3b /src/library.js | |
parent | 58132ad51111bcb024f7a9f2bdce970324c05e00 (diff) |
refactor runtime init and exit code
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 |