Skip to content

Commit

Permalink
Fix invalid emscripten path file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed May 4, 2019
1 parent ca9892c commit 04b8dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index 68360e406..419e4cbb5 100644
--- a/src/support.js
+++ b/src/support.js
@@ -302,14 +302,31 @@ function loadDynamicLibrary(lib, flags) {
dso.module = libModule;
dso.module = libModule;supp
}

+ function cleanupOnError() {
Expand Down

0 comments on commit 04b8dd0

Please sign in to comment.