Skip to content

Commit 9e8ab92

Browse files
karlhorkyjaredpalmer
authored andcommitted
Fix onFailure example (#416)
1 parent 00f80ac commit 9e8ab92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Examples
417417
$ tsdx watch --noClean
418418
$ tsdx watch --onFirstSuccess "echo The first successful build!"
419419
$ tsdx watch --onSuccess "echo Successful build!"
420-
$ tsdx watch --onFailure "The build failed!"
420+
$ tsdx watch --onFailure "echo The build failed!"
421421
$ tsdx watch --transpileOnly
422422
```
423423

0 commit comments

Comments
 (0)