You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Notes:
121
121
122
122
- The (`onSuccess`) `COMMAND` will not run if the compilation failed.
123
123
- The (`onEmit`) `COMMAND` will not run if the compilation succeeded with no changed files, unless it is the first success.
124
-
- The (`onEmit`) `COMMAND` will run if the compilation failed, but still emitted changed files.
124
+
- The (`onEmit`) `COMMAND` will run even if the compilation failed, but emitted changed files.
125
125
- The (`onEmit`) `COMMAND` will not run 100 times for 100 files, due to `--onEmitDebounce`
126
126
- The (`onEmit`) `COMMAND` is not cancelling the `onSuccess`/`onFirstSuccess`/`onFailure`/`onCompilationComplete`/`onCompilationStarted` commands and vice versa.
127
127
-`tsc-watch` is using the currently installed TypeScript compiler.
0 commit comments