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
According to https://github.com/TypeStrong/ts-node#logerror, the syntax for the flag to log errors (instead of crashing the process) is now logError, while this package expects log-errorinstead (i.e. not as an alias or alternate syntax), as seen here. The ticket title here implies my assumption the syntax for those may have been different in the past.
Other flags seem to be missing e.g. showConfig. While I may open a PR at some point to update these, I'm documenting the issue here in case others are available before me.
The text was updated successfully, but these errors were encountered:
According to https://github.com/TypeStrong/ts-node#logerror, the syntax for the flag to log errors (instead of crashing the process) is now
logError
, while this package expectslog-error
instead (i.e. not as an alias or alternate syntax), as seen here. The ticket title here implies my assumption the syntax for those may have been different in the past.ts-node-dev/src/bin.ts
Line 20 in 32bdc92
Other flags seem to be missing e.g.
showConfig
. While I may open a PR at some point to update these, I'm documenting the issue here in case others are available before me.The text was updated successfully, but these errors were encountered: