File tree Expand file tree Collapse file tree
libraries/node-core-library/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const uuidFileError: string = '37a4c772-2dc8-4c66-89ae-262f8cc1f0c1';
5050const baseFolderEnvVar : string = 'RUSHSTACK_FILE_ERROR_BASE_FOLDER' ;
5151
5252const unixProblemMatcherPattern : IProblemPattern = {
53- regexp : '^\\[[^\\]]+\\]\\s+(Error|Warning):\\s+([^:\\s]+ )(?::(\\d+)(?::(\\d+))?)?\\s+-\\s+(?:\\(([^)]+)\\)\\s+)?(.*)$' ,
53+ regexp : '^\\[[^\\]]+\\]\\s+(Error|Warning):\\s+([^:]+? )(?::(\\d+)(?::(\\d+))?)?\\s+-\\s+(?:\\(([^)]+)\\)\\s+)?(.*)$' ,
5454 severity : 1 ,
5555 file : 2 ,
5656 line : 3 ,
@@ -61,7 +61,7 @@ const unixProblemMatcherPattern: IProblemPattern = {
6161
6262const vsProblemMatcherPattern : IProblemPattern = {
6363 regexp :
64- '^\\[[^\\]]+\\]\\s+(Error|Warning):\\s+([^\\(\\s]+ )(?:\\((\\d+)(?:,(\\d+))?\\))?\\s+-\\s+(?:\\(([^)]+)\\)\\s+)?(.*)$' ,
64+ '^\\[[^\\]]+\\]\\s+(Error|Warning):\\s+([^\\(]+? )(?:\\((\\d+)(?:,(\\d+))?\\))?\\s+-\\s+(?:\\(([^)]+)\\)\\s+)?(.*)$' ,
6565 severity : 1 ,
6666 file : 2 ,
6767 line : 3 ,
You can’t perform that action at this time.
0 commit comments