mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Don't forward output on done
This commit is contained in:
@@ -77,8 +77,7 @@ class OutlineView extends SelectList
|
||||
path = @rootView.getActiveEditor().getPath()
|
||||
command = "ctags --fields=+KS -nf - #{path}"
|
||||
deferred = ChildProcess.exec command, options
|
||||
deferred.done (stdout, stderr) =>
|
||||
options.stdout(stdout)
|
||||
deferred.done =>
|
||||
if tags.length > 0
|
||||
@setArray(tags)
|
||||
@attach()
|
||||
|
||||
Reference in New Issue
Block a user