diff options
Diffstat (limited to 'runtime.ts')
-rw-r--r-- | runtime.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime.ts b/runtime.ts index 2c4703362..0ef893ab3 100644 --- a/runtime.ts +++ b/runtime.ts @@ -31,6 +31,7 @@ type AmdFactory = (...args: any[]) => undefined | object; type AmdDefine = (deps: string[], factory: AmdFactory) => void; // Uncaught exceptions are sent to window.onerror by v8worker2. +// https://git.io/vhOsf window.onerror = (message, source, lineno, colno, error) => { // TODO Currently there is a bug in v8_source_maps.ts that causes a segfault // if it is used within window.onerror. To workaround we uninstall the |