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
fix: normalize and replace line separator in node task lock file (#19092)
Normalizes and replaces line separators potentially present in the process
command line before writing the lock file, so that it will contain only two
lines. Same normalization is applied when getting the command line for the
process identified by the pid in the lock file before comparing it with
the value stored in the lock file.
Fixes#19091
0 commit comments