| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3f6a5f5 commit 17b2361
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ const { hostname } = require('node:os'); | |||
| 18 | 18 | * Group 6: Line end (including color codes and `{` which indicates the start of an error object details) | |
| 19 | 19 | */ | |
| 20 | 20 | // Mappings: (g1 ) (g2 ) (g3 ) (g4 ) (g5 ) (g6 ) | |
| 21 | - const internalStackFramesRegexp = /(?<=\n)(\s*(?:\x1b?\[\d+m\s+)?(?:at\s)?)(?:(.+?)\s+\()?(?:(node:.+?):(\d+)(?::(\d+))?)\)?((?:\x1b?\[\d+m)?\s*{?\n|$)/g; | ||
| 21 | + const internalStackFramesRegexp = /(?<=\n)(\s*(?:\x1b?\[\d+m\s+)?(?:at\s+)?)(?:async\s+)?(?:(.+?)\s+\()?(?:(node:.+?):(\d+)(?::(\d+))?)\)?((?:\x1b?\[\d+m)?\s*{?\n|$)/g; | ||
| 22 | 22 | /** | |
| 23 | 23 | * Group 1: Filename | |
| 24 | 24 | * Group 2: Line number | |
| Back | FazBrowse Home | New Git URL |
0 commit comments