Update Logger 4
This commit is contained in:
parent
7eff4020f9
commit
77088d4ac1
|
|
@ -11,7 +11,7 @@ export class RJLog
|
||||||
static readonly matcherWithFunction = /^\s+at\s(.+)\s\(.+?:(\d+:\d+)\)/;
|
static readonly matcherWithFunction = /^\s+at\s(.+)\s\(.+?:(\d+:\d+)\)/;
|
||||||
static readonly matcherFile = /\(.+?\\(\w+)\.js:(\d+:\d+)\)/;
|
static readonly matcherFile = /\(.+?\\(\w+)\.js:(\d+:\d+)\)/;
|
||||||
static readonly matcherAnonymous = /^\s+at\s(.+)\s\((.+)\)/;
|
static readonly matcherAnonymous = /^\s+at\s(.+)\s\((.+)\)/;
|
||||||
static readonly functionMatcher = /^\s+at\s(.*?)(\w+\.(?:ts|js)):(\d+:\d+)$/;
|
static readonly functionMatcher = /^\s+at\s(?:.*?)(\w+\.(?:ts|js)):(\d+:\d+)$/;
|
||||||
|
|
||||||
static readonly logAlwaysLineInfo = true;
|
static readonly logAlwaysLineInfo = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue