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 64871f4 commit 24472d4Copy full SHA for 24472d4
1 file changed
python/pythonmonkey/builtin_modules/timers.js
@@ -130,6 +130,7 @@ function _normalizeTimerArgs(handler, delayMs, additionalArgs)
130
type: timerType, // "setTimeout", "setImmediate", or "setInterval"
131
fn: handler,
132
args: additionalArgs,
133
+ startTime: new Date(),
134
delaySeconds,
135
stack: stacks.slice(2).join('\n'), // remove the first line `_normalizeTimerArgs@...` and the second line `setTimeout/setImmediate/setInterval@...`
136
};
0 commit comments