Skip to content

Commit

Permalink
Add missing path require
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Dec 20, 2014
1 parent 4432772 commit aabf4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buffered-process.coffee
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit aabf4df

Please sign in to comment.