mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Calling exists() and then statSync() ends up stat'ing the file twice so removing the exists() check saves a stat call.
Calling exists() and then statSync() ends up stat'ing the file twice so removing the exists() check saves a stat call.