mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add missing l
This commit is contained in:
@@ -74,7 +74,7 @@ class BufferedProcess
|
||||
@process = @spawn(command, args, options)
|
||||
|
||||
@killed = false
|
||||
@handeEvents(stdout, stderr, exit) if @process?
|
||||
@handleEvents(stdout, stderr, exit) if @process?
|
||||
|
||||
###
|
||||
Section: Event Subscription
|
||||
|
||||
Reference in New Issue
Block a user