Update bundle.sh

This commit is contained in:
pengfeizhou
2021-02-26 19:01:42 +08:00
committed by osborn
parent eee76858f8
commit 97dcc26b7b
7 changed files with 6 additions and 7 deletions

View File

@@ -257,7 +257,7 @@ export function jsObtainEntry(contextId) {
};
}
const global = Function('return this')();
let __timerId__ = 0;
let __timerId__ = 1;
const timerInfos = new Map;
const _setTimeout = global.setTimeout;
const _setInterval = global.setInterval;