Commit 03a493d
committed
fix(node-core): do not print rejection warning in strict mode
This matches the behavior of Node.js.1 parent d75440c commit 03a493d
2 files changed
Lines changed: 1 addition & 5 deletions
File tree
- dev-packages/node-core-integration-tests/suites/public-api/onUnhandledRejectionIntegration
- packages/node-core/src/integrations
dev-packages/node-core-integration-tests/suites/public-api/onUnhandledRejectionIntegration/test.ts
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 146 | | |
150 | 147 | | |
151 | 148 | | |
| |||
0 commit comments