oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 523 forks source link

Error on adding a new project folder #831

Open seojake opened 3 years ago

seojake commented 3 years ago

v2.3.0

BUG REPORT

I'm getting the following error when trying to add a new project folder.

---uncaughtException---
TypeError: Cannot read property 'lastIndexOf' of undefined
at /Applications/Koala.app/Contents/Resources/app.nw/app/scripts/projectSettings.js:133:27
at Array.map (<anonymous>)
at Object.exports.parseKoalaConfig (/Applications/Koala.app/Contents/Resources/app.nw/app/scripts/projectSettings.js:129:41)
at loadExistsProjectConfig (/Applications/Koala.app/Contents/Resources/app.nw/app/scripts/projectManager.js:214:32)
at createProject (/Applications/Koala.app/Contents/Resources/app.nw/app/scripts/projectManager.js:70:26)
at Object.exports.addProject (/

The last bit of the error message is cropped off, and doesn't display in the error log

I've uninstalled and reinstalled multiple times and the problem still occurs. It also wont allow me to remove old projects.