diff --git a/src/workspace.coffee b/src/workspace.coffee index c6f9a9066..ab3a201fd 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -442,7 +442,7 @@ class Workspace extends Model when 'EACCES' atom.notifications.addWarning("Permission denied '#{error.path}'") return Q() - when 'EPERM', 'EBUSY', 'ENXIO' + when 'EPERM', 'EBUSY', 'ENXIO', 'EIO' atom.notifications.addWarning("Unable to open '#{error.path}'", detail: error.message) return Q() else