Skip to content

Commit

Permalink
update warningMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed May 27, 2016
1 parent 14d2ae6 commit d11ceb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function provideBuilder() {
'(\\r?\\n)(?<message>.+)(\\r?\\n)Error in script "(?<file>[^"]+)" on line (?<line>\\d+) -- aborting creation process'
];
const warningMatch = [
'\\S*[^!]warning: (?<message>.*) \\((?<file>[^:]+):(?<line>\\d+)\\)'
'[^!]warning: (?<message>.*) \\((?<file>(\\w{1}:)?[^:]+):(?<line>\\d+)\\)'
];

let prefix;
Expand Down

0 comments on commit d11ceb4

Please sign in to comment.