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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
51
51
*`--watch` - Explicitly add arbitrary files or folders to watch and restart on change (list separated by commas, [chokidar](https://github.com/paulmillr/chokidar) patterns)
52
52
*`--exit-child` - Adds 'SIGTERM' exit handler in a child process.
53
53
*`--rs` - Allow to restart with "rs" line entered in stdio, disabled by default.
54
-
*`--no-notify` - Do not display desktop-notifications (Notifications are only displayed if `node-notifier` is installed).
54
+
*`--notify` - to display desktop-notifications (Notifications are only displayed if `node-notifier` is installed).
55
55
56
56
If you need to detect that you are running with `ts-node-dev`, check if `process.env.TS_NODE_DEV` is set.
57
57
@@ -75,7 +75,7 @@ If you need to detect that you are running with `ts-node-dev`, check if `process
75
75
76
76
## Versioning
77
77
78
-
Currently versioning is not stable and the package is still treated as pre-release. You might expect some options API changes, if you want to avoid unexpected problems it is recommended to fixate the installed version.
78
+
Currently versioning is not stable and it is still treated as pre-release. You might expect some options API changes. If you want to avoid unexpected problems it is recommended to fixate the installed version and update only in case of issues, you may consult [CHANGELOG](CHANGELOG.md) for updates.
0 commit comments