mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Use a fat arrow for @notifications
This commit is contained in:
@@ -1005,7 +1005,7 @@ class AtomEnvironment extends Model
|
||||
startTime = Date.now()
|
||||
if state.project?
|
||||
projectPromise = @project.deserialize(state.project, @deserializers)
|
||||
.catch (err) ->
|
||||
.catch (err) =>
|
||||
if err.missingProjectPaths?
|
||||
missingProjectPaths.push(err.missingProjectPaths...)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user