| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,10 +1,13 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | 3 | const common = require('../common'); | |
| 4 | + | ||
| 4 | 5 | const assert = require('assert'); | |
| 5 | 6 | const initHooks = require('./init-hooks'); | |
| 6 | 7 | const { checkInvocations } = require('./hook-checks'); | |
| 7 | 8 | ||
| 9 | + common.crashOnUnhandledRejection(); | ||
| 10 | + | ||
| 8 | 11 | const hooks = initHooks(); | |
| 9 | 12 | ||
| 10 | 13 | hooks.enable(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments