-
Notifications
You must be signed in to change notification settings - Fork 70
Uncaught TypeError: Cannot read property 'split' of undefined #245
Comments
Seeing this too... |
Today I have the same problem... Yesterday everything was fine |
ive encountered this issue today and checked the code and found out that theres a string value from an object that needs to be split that is no longer available. i fixed it on my end and already submitted a PR regarding this issue. |
I solved this by clearing this git-control\lib\git-control-view.coffee:76 line |
As a workaround you can replace .path with .getPath() in the git-control/lib/git-control-view.coffee:76 and the git-control/lib/dialogs/project-dialog.coffee:33 lines. |
Hello, this issue is still present in the very last version of atom and the git-control plugin installled with the package manager include in atom. |
Atom: 1.22.0-beta0 x64
Electron: 1.6.9
OS: Windows 10 15063.608
Thrown From: git-control package 0.9.0
Stack Trace
Uncaught TypeError: Cannot read property 'split' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: