mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use skinny arrow to remove lint warning
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user