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

@@ -1441,7 +1441,7 @@ var doric = (function (exports) {
};
}
const global$1 = Function('return this')();
let __timerId__ = 0;
let __timerId__ = 1;
const timerInfos = new Map;
const _setTimeout = global$1.setTimeout;
const _setInterval = global$1.setInterval;