You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Ran into this issue after my first Atom restart, not sure if this is an issue with my specific system or an actual bug worth reporting.
Uncaught TypeError: Cannot read property 'filePath' of null
/Users/igniscyan/.atom/packages/java-importer/lib/java-importer-model.coffee:47
Hide Stack Trace
TypeError: Cannot read property 'filePath' of null
at /Users/igniscyan/.atom/packages/java-importer/lib/java-importer-model.coffee:47:24
at didError (/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:972:22)
at /Applications/Atom.app/Contents/Resources/app.asar/src/task.js:126:25
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
at ChildProcess. (/Applications/Atom.app/Contents/Resources/app.asar/src/task.js:78:34)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at process.nextTick (internal/child_process.js:744:12)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ran into this issue after my first Atom restart, not sure if this is an issue with my specific system or an actual bug worth reporting.
Uncaught TypeError: Cannot read property 'filePath' of null
/Users/igniscyan/.atom/packages/java-importer/lib/java-importer-model.coffee:47
Hide Stack Trace
TypeError: Cannot read property 'filePath' of null
at /Users/igniscyan/.atom/packages/java-importer/lib/java-importer-model.coffee:47:24
at didError (/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:972:22)
at /Applications/Atom.app/Contents/Resources/app.asar/src/task.js:126:25
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
at ChildProcess. (/Applications/Atom.app/Contents/Resources/app.asar/src/task.js:78:34)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at process.nextTick (internal/child_process.js:744:12)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
The text was updated successfully, but these errors were encountered: