mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make all requires of 'fs-utils' assign to fsUtils var instead of fs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
_ = require 'underscore'
|
||||
child_process = require 'child_process'
|
||||
EventEmitter = require 'event-emitter'
|
||||
fs = require 'fs-utils'
|
||||
fsUtils = require 'fs-utils'
|
||||
|
||||
module.exports =
|
||||
class Task
|
||||
|
||||
Reference in New Issue
Block a user