We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3919d8 commit 2628688Copy full SHA for 2628688
lib/logger.js
@@ -7,7 +7,7 @@ const clustering = require('./clustering');
7
const categories = require('./categories');
8
const configuration = require('./configuration');
9
10
-const stackReg = /^(?:\s*) at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/;
+const stackReg = /^(?:\s*)at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/;
11
/**
12
* The top entry is the Error
13
*/
0 commit comments