mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Add friendly message for ETIMEDOUT
This commit is contained in:
@@ -745,3 +745,4 @@ class Pane extends Model
|
||||
when 'ENXIO' then 'No such device or address'
|
||||
when 'EROFS' then 'Read-only file system'
|
||||
when 'ESPIPE' then 'Invalid seek'
|
||||
when 'ETIMEDOUT' then 'Connection timed out'
|
||||
|
||||
Reference in New Issue
Block a user