Skip to content

Commit 1c266ae

Browse files
committed
fix ascii art
1 parent 37cd23b commit 1c266ae

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
@@ -11,7 +11,7 @@
1111
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
1212
| `--onSuccess COMMAND` | Executes `COMMAND` on **every successful** compilation. |
1313
| `--onFirstSuccess COMMAND` | Executes `COMMAND` on the **first successful** compilation. |
14-
| `--onEmit COMMAND` | Executes debounced `COMMAND` on **every emitted file**, ignoring unchanged files and disregards compilation success or failure. |
14+
| `--onEmit COMMAND` | Executes debounced `COMMAND` on **every emitted file**, ignoring unchanged files and disregards compilation success or failure. |
1515
| `--onEmitDebounceMs DELAY` | Delay by which to debounce `--onEmit` (default: 300). |
1616
| `--onFailure COMMAND` | Executes `COMMAND` on **every failed** compilation. |
1717
| `--onCompilationStarted COMMAND` | Executes `COMMAND` on **every compilation start** event (initial and incremental). |

0 commit comments

Comments
 (0)