mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 Tweak catch comment
This commit is contained in:
@@ -70,7 +70,7 @@ class Project extends Model
|
||||
try
|
||||
atom.deserializers.deserialize(bufferState)
|
||||
catch error
|
||||
# Ignore buffers for files that are now folders
|
||||
# Ignore buffers whose previous paths are now folders
|
||||
throw error unless error.code is 'EISDIR'
|
||||
params
|
||||
|
||||
|
||||
Reference in New Issue
Block a user