Skip to content

Commit bf47ee4

Browse files
2 parents 7b70969 + 5adc54b commit bf47ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ by the Neutralinojs server based on native state changes.
2525
| `extensionReady` | Occurs when an extension is ready to communicate with the app. | `all` | Extension identifier
2626
| `spawnedProcess` | Occurs then there is an update in the spawned process. | `all` | [`SpawnedProcess`](os.md#spawnedprocess) with `action` (`stdOut`, `stdErr`, and `exit`) and `data` (STDOUT, STDERR or exit code)
2727
| `openedFile` | Occurs for each read action and whenever stream cursor reaches EOF. | `all` | File stream identifier with `action` (`data`, `dataBinary`, and `end`) and `data` (stream block content)
28-
| `watchFile` | Occurs for each filesystem change events based on watchers. | `all` | File watcher identifier with `action` (`add`, `delete`, `modified`, and `moved`), `dir`, and `filename`
28+
| `watchFile` | Occurs for each filesystem change events based on watchers. | `all` | File watcher identifier with `action` (`add`, `delete`, `modified`, and `moved`), `dir`, `filename` and `timestamp` in ISO 8601 format
2929
## events.on(eventName, handler)
3030
Registers a new event handler. 
3131

0 commit comments

Comments
 (0)