| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e3db509 commit 8d1ec5d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,9 +20,11 @@ | |||
| 20 | 20 | // USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | - require('../common'); | ||
| 23 | + const common = require('../common'); | ||
| 24 | 24 | const assert = require('assert'); | |
| 25 | 25 | ||
| 26 | + common.crashOnUnhandledRejection(); | ||
| 27 | + | ||
| 26 | 28 | function enqueueMicrotask(fn) { | |
| 27 | 29 | Promise.resolve().then(fn); | |
| 28 | 30 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments