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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Check out documentation and other usage examples in the [`docs` directory](./doc
116
116
-`restartTries`: how many attempts to restart a process that dies will be made. Default: `0`.
117
117
-`restartDelay`: how many milliseconds to wait between process restarts. Default: `0`.
118
118
-`timestampFormat`: a [Unicode format](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table)
119
-
to use when prefixing with `time`. Default: `yyyy-MM-dd HH:mm:ss.ZZZ`
119
+
to use when prefixing with `time`. Default: `yyyy-MM-dd HH:mm:ss.SSS`
120
120
-`additionalArguments`: list of additional arguments passed that will get replaced in each command. If not defined, no argument replacing will happen.
121
121
122
122
> **Returns:** an object in the shape `{ result, commands }`.
0 commit comments