| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ebf3597 commit 7c51cec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1360,7 +1360,8 @@ function handleMaxCallStackSize(ctx, err, constructorName, indentationLvl) { | |||
| 1360 | 1360 | 'special' | |
| 1361 | 1361 | ); | |
| 1362 | 1362 | } | |
| 1363 | - throw err; | ||
| 1363 | + /* c8 ignore next */ | ||
| 1364 | + assert.fail(err.stack); | ||
| 1364 | 1365 | } | |
| 1365 | 1366 | ||
| 1366 | 1367 | function formatNumber(fn, value) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments