Use skinny arrow to remove lint warning

Esse commit está contido em:
Kevin Sawicki
2015-01-15 09:53:47 -08:00
commit a6a9a9e94b
+1 -1
Ver Arquivo
@@ -334,7 +334,7 @@ class Project extends Model
subscribeToBuffer: (buffer) ->
buffer.onDidDestroy => @removeBuffer(buffer)
buffer.onWillThrowWatchError ({error, handle}) =>
buffer.onWillThrowWatchError ({error, handle}) ->
handle()
atom.notifications.addWarning """
Unable to read file after file `#{error.eventType}` event.