We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7fae4 commit 02822daCopy full SHA for 02822da
src/utils/tools.ts
@@ -3,6 +3,10 @@ import { ConfigObject, DataURL } from '../api/model';
3
import { default as axios, AxiosRequestConfig } from 'axios';
4
import { SessionInfo } from '../api/model/sessionInfo';
5
import { execSync } from 'child_process';
6
+import {
7
+ performance
8
+} from 'perf_hooks';
9
+
10
//@ts-ignore
11
process.send = process.send || function () {};
12
0 commit comments