Add missing path require

Closes atom/settings-view#288
This commit is contained in:
Kevin Sawicki
2014-12-19 18:36:17 -08:00
parent 44327724a8
commit aabf4dfbab

View File

@@ -1,6 +1,7 @@
_ = require 'underscore-plus'
ChildProcess = require 'child_process'
{Emitter} = require 'event-kit'
path = require 'path'
# Extended: A wrapper which provides standard error/output line buffering for
# Node's ChildProcess.