mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Use fs-plus
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
app = require 'app'
|
||||
ChildProcess = require 'child_process'
|
||||
fs = require 'fs'
|
||||
fs = require 'fs-plus'
|
||||
path = require 'path'
|
||||
|
||||
rootAtomFolder = path.resolve(process.execPath, '..', '..')
|
||||
|
||||
Reference in New Issue
Block a user