Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "Compiled successfully.|Failed to compile."
"regexp": "(?:[\\u221A\\u2713\\u2714]\\s*)?Compiled successfully\\.|(?:Browser\\s+)?[Aa]pplication bundle generation complete\\.|Failed to compile\\."
}
}
}
Expand All @@ -170,7 +170,7 @@
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "Compiled successfully.|Failed to compile."
"regexp": "(?:[\\u221A\\u2713\\u2714]\\s*)?Compiled successfully\\.|(?:Browser\\s+)?[Aa]pplication bundle generation complete\\.|Failed to compile\\."
}
}
},
Expand Down Expand Up @@ -223,7 +223,7 @@
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "Compiled successfully.|Failed to compile."
"regexp": "(?:[\\u221A\\u2713\\u2714]\\s*)?Compiled successfully\\.|(?:Browser\\s+)?[Aa]pplication bundle generation complete\\.|Failed to compile\\."
}
}
},
Expand Down
Loading