| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,7 @@ const common = require('../common'); | |||
| 4 | 4 | const assert = require('assert'); | |
| 5 | 5 | const initHooks = require('./init-hooks'); | |
| 6 | 6 | const { checkInvocations } = require('./hook-checks'); | |
| 7 | + common.crashOnUnhandledRejection(); | ||
| 7 | 8 | ||
| 8 | 9 | const p = new Promise(common.mustCall(function executor(resolve, reject) { | |
| 9 | 10 | resolve(5); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments