diff --git a/src/workspace.coffee b/src/workspace.coffee index 564152df6..c6f9a9066 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' + when 'EPERM', 'EBUSY', 'ENXIO' atom.notifications.addWarning("Unable to open '#{error.path}'", detail: error.message) return Q() else