| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent aa973c5 commit 027a2dc
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,8 @@ const expectedPromiseWarning = ['Unhandled promise rejection. ' + | |||
| 15 | 15 | 'not handled with .catch(). To terminate the ' + | |
| 16 | 16 | 'node process on unhandled promise rejection, ' + | |
| 17 | 17 | 'use the CLI flag `--unhandled-rejections=strict` (see ' + | |
| 18 | - 'https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)']; | ||
| 18 | + 'https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). ' + | ||
| 19 | + '(rejection id: 1)']; | ||
| 19 | 20 | ||
| 20 | 21 | function throwErr() { | |
| 21 | 22 | throw new Error('Error from proxy'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,8 @@ const expectedPromiseWarning = ['Unhandled promise rejection. ' + | |||
| 16 | 16 | 'not handled with .catch(). To terminate the ' + | |
| 17 | 17 | 'node process on unhandled promise rejection, ' + | |
| 18 | 18 | 'use the CLI flag `--unhandled-rejections=strict` (see ' + | |
| 19 | - 'https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)']; | ||
| 19 | + 'https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). ' + | ||
| 20 | + '(rejection id: 1)']; | ||
| 20 | 21 | ||
| 21 | 22 | common.expectWarning({ | |
| 22 | 23 | DeprecationWarning: expectedDeprecationWarning, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments