mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
disable rewriterlogs by default
This commit is contained in:
parent
ad73d45b45
commit
300b48eb4c
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ export class ScramjetController {
|
|||
syncxhr: false,
|
||||
naiiveRewriter: false,
|
||||
strictRewrites: true,
|
||||
rewriterLogs: true,
|
||||
rewriterLogs: false,
|
||||
captureErrors: true,
|
||||
cleanErrors: false,
|
||||
scramitize: false,
|
||||
|
|
|
@ -56,7 +56,7 @@ function rewriteJsWasm(
|
|||
}
|
||||
} catch (err) {
|
||||
const err1 = err as Error;
|
||||
console.warn("failed rewriting js for", source, err1, input);
|
||||
console.warn("failed rewriting js for", source, err1.message, input);
|
||||
|
||||
return { js: input, tag: "", map: null };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue