mirror of https://github.com/lukechilds/node.git
Browse Source
* tryStatSync should not return any value If the function threw, it would never reach that code path. * only use try catch if necessary lchmodSync does not need the second try catch in most cases. PR-URL: https://github.com/nodejs/node/pull/14055 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>v6
committed by
Refael Ackermann
1 changed files with 11 additions and 13 deletions
Loading…
Reference in new issue