From 37cd23be9aff87f74471e1cc407ff9495f26f7d5 Mon Sep 17 00:00:00 2001 From: L Date: Wed, 27 Mar 2024 03:50:47 -0700 Subject: [PATCH] Update README.md Co-authored-by: Gil Amran --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88e233..fbbde96 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ | --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | | `--onSuccess COMMAND` | Executes `COMMAND` on **every successful** compilation. | | `--onFirstSuccess COMMAND` | Executes `COMMAND` on the **first successful** compilation. | -| `--onEmit COMMAND` | Executes debounced `COMMAND` on **every emitted file**, ignoring unchanged inputs and regardless of typechecking success or failure. | +| `--onEmit COMMAND` | Executes debounced `COMMAND` on **every emitted file**, ignoring unchanged files and disregards compilation success or failure. | | `--onEmitDebounceMs DELAY` | Delay by which to debounce `--onEmit` (default: 300). | | `--onFailure COMMAND` | Executes `COMMAND` on **every failed** compilation. | | `--onCompilationStarted COMMAND` | Executes `COMMAND` on **every compilation start** event (initial and incremental). |