mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 14:00:01 -04:00
cursed logging
This commit is contained in:
parent
4f08948e98
commit
2598bee87b
6 changed files with 147 additions and 7 deletions
|
@ -31,7 +31,7 @@ export function rewriteJs(js: string | ArrayBuffer, origin?: URL) {
|
|||
}
|
||||
const after = performance.now();
|
||||
|
||||
console.log("Rewrite took", Math.floor((after - before) * 10) / 10, "ms");
|
||||
dbg.debug("Rewrite took", Math.floor((after - before) * 10) / 10, "ms");
|
||||
|
||||
return js;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue