Use a fat arrow for @notifications

This commit is contained in:
Ash Wilson
2017-09-19 13:05:31 -04:00
parent f28192bfbc
commit 41db574699

View File

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