mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
2 lines
108 B
JavaScript
2 lines
108 B
JavaScript
module.exports = typeof queueMicrotask === 'function' ? queueMicrotask : (fn) => Promise.resolve().then(fn)
|