James
Results
3
comments of
James
My recommended solution: ```js onState: (state) => { if (state.aborted) { process.nextTick(() => { process.exit(0); }) } } ```
https://svelte.dev/repl/96ade4f9af6c4bb59dc2ea23c43f72f2?version=3.18.2 @antony this is the problem with that method.
awaiting PR review: https://github.com/GoogleChrome/developer.chrome.com/pull/5667