Skip to content

Commit 3f6dd18

Browse files
authored
fix: error in debug (#16)
1 parent a70b9f0 commit 3f6dd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"problemMatcher": [
1414
{
15-
"base": "$ts-webpack-watch",
15+
"base": "$tsc-watch",
1616
"background": {
1717
"activeOnStart": true,
1818
"beginsPattern": "Build start",
19-
"endsPattern": "Build success"
19+
"endsPattern": "(B|Reb)uild complete"
2020
}
2121
}
2222
],

0 commit comments

Comments
 (0)