Use skinny arrow to remove lint warning

This commit is contained in:
Kevin Sawicki
2015-01-15 09:53:47 -08:00
parent c024abcc5f
commit a6a9a9e94b

View File

@@ -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.