yarn icon indicating copy to clipboard operation
yarn copied to clipboard

Why not use 'code !== 0' instead of 'code >= 1'

Open yulodl opened this issue 9 months ago • 0 comments

https://github.com/yarnpkg/yarn/blob/158d96dce95313d9a00218302631cd263877d164/src/util/child.js#L126

Now we found child process interupted without throw error

Or add verbose log to see the exact signal and code

yulodl avatar Nov 09 '23 03:11 yulodl