mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Perf: minor improvements here and there
This commit is contained in:
@@ -120,7 +120,7 @@ export function task(importMetaMain: boolean, importMetaPath: string) {
|
||||
dummySpan.traceChildAsync('dummy', (childSpan) => fn(childSpan, onCleanup)).finally(() => {
|
||||
dummySpan.stop();
|
||||
printTraceResult(dummySpan.traceResult);
|
||||
whyIsNodeRunning();
|
||||
process.nextTick(whyIsNodeRunning);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user