mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 17:55:35 +08:00
53465515b0
Summary: This changes the scheduler from `setImmediate` to `setTimeout`. The HUGE difference is that Chrome's async stack traces works with `setTimeout` but does NOT work with `setImmediate`. These two functions are adjacent to each other in the Node event loop, so nothing should depend on the change in ordering. Test Plan: manual Reviewers: mark, spang, halla, juan Reviewed By: spang, halla Differential Revision: https://phab.nylas.com/D4068 |
||
---|---|---|
.. | ||
console-reporter.es6 | ||
jasmine-extensions.es6 | ||
jasmine.js | ||
master-after-each.es6 | ||
master-before-each.es6 | ||
n1-gui-reporter.cjsx | ||
n1-spec-loader.es6 | ||
n1-spec-runner.es6 | ||
nylas-test-constants.es6 | ||
react-test-utils-extensions.es6 | ||
spec-bootstrap.es6 | ||
terminal-reporter.es6 | ||
time-override.coffee | ||
time-reporter.coffee |