mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 14:00:01 -04:00
update some dependencies
This commit is contained in:
parent
fd346e8c6d
commit
e61629f89f
7 changed files with 41 additions and 39 deletions
|
@ -58,6 +58,7 @@ function rewriteJsWrapper(
|
|||
const err1 = err as Error;
|
||||
console.warn("failed rewriting js for", source, err1, input);
|
||||
err1.message = `failed rewriting js for "${source}": ${err1.message}`;
|
||||
|
||||
return input;
|
||||
}
|
||||
const after = performance.now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue