Skip to content

Commit 02822da

Browse files
committed
🚑 attempt fix #2439
1 parent af7fae4 commit 02822da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import { ConfigObject, DataURL } from '../api/model';
33
import { default as axios, AxiosRequestConfig } from 'axios';
44
import { SessionInfo } from '../api/model/sessionInfo';
55
import { execSync } from 'child_process';
6+
import {
7+
performance
8+
} from 'perf_hooks';
9+
610
//@ts-ignore
711
process.send = process.send || function () {};
812

0 commit comments

Comments
 (0)