This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Commit e108967
authored
fix: Skip 32bit platform warning starting on 8.9 (#351)
As asnyc stack traces will not be turned on by default statring with node
8.9.0, The warning message of 'async stack trace is not available on 32 bit
platform' no longer emitted. We will not emit this elaboration to users.1 parent 185f1c2 commit e108967
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| |||
0 commit comments