Uncaught Error: ENOENT: no such file or directory, stat '/home/some/path/.../css/app.css'
At ATOM_SHELL_ASAR.js:0
Error: ENOENT: no such file or directory, stat '/home/some/path/.../css/app.css'
at Error (native)
at fs.statSync (fs.js:854:18)
at Object.fs.statSync (ATOM_SHELL_ASAR.js:225:16)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:168:18)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:178:8)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:178:8)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:178:8)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:178:8)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:178:8)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:178:8)
at SymbolIndex.module.exports.SymbolIndex.processDirectory (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:178:8)
at SymbolIndex.module.exports.SymbolIndex.rebuild (/home/mpadourek/.atom/packages/goto/lib/symbol-index.coffee:117:8)
at atom-workspace.atom.commands.add.goto:rebuild-index (/home/mpadourek/.atom/packages/goto/lib/index.coffee:23:39)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/usr/share/atom-beta/resources/app.asar/src/command-registry.js:260:29)
at /usr/share/atom-beta/resources/app.asar/src/command-registry.js:3:61
at CommandPaletteView.module.exports.CommandPaletteView.confirmed (/usr/share/atom-beta/resources/app.asar/node_modules/command-palette/lib/command-palette-view.js:183:32)
at CommandPaletteView.module.exports.SelectListView.confirmSelection (/usr/share/atom-beta/resources/app.asar/node_modules/atom-space-pen-views/lib/select-list-view.js:338:21)
at space-pen-div.atom.commands.add.core:confirm (/usr/share/atom-beta/resources/app.asar/node_modules/atom-space-pen-views/lib/select-list-view.js:109:19)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/usr/share/atom-beta/resources/app.asar/src/command-registry.js:260:29)
at /usr/share/atom-beta/resources/app.asar/src/command-registry.js:3:61
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/usr/share/atom-beta/resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:533:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/usr/share/atom-beta/resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:356:22)
at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeydown (/usr/share/atom-beta/resources/app.asar/src/window-event-handler.js:99:36)
at HTMLDocument.<anonymous> (/usr/share/atom-beta/resources/app.asar/src/window-event-handler.js:3:61)
# User
goto, v1.7.1
pigments, v0.19.0
pretty-json, v0.4.1
# Dev
No dev packages
It is a complicated to explain why there would be a symlink pointing to a file that does not exist, but the easy solution for me right now is to just ignore that folder. Just thought to report that since it would be nice to have some error handling for it :)
[Enter steps to reproduce below:]
Atom Version: 1.3.0-beta4 System: Ubuntu 14.04.3 Thrown From: goto package, v1.7.1
Stack Trace
Uncaught Error: ENOENT: no such file or directory, stat '/home/some/path/.../css/app.css'
Commands
Config
Installed Packages
It is a complicated to explain why there would be a symlink pointing to a file that does not exist, but the easy solution for me right now is to just ignore that folder. Just thought to report that since it would be nice to have some error handling for it :)