oakmac / cuttle

User Interface for the ClojureScript Compiler
MIT License
315 stars 11 forks source link

Cuttle hangs after project creation #106

Open johnstuarthunter opened 8 years ago

johnstuarthunter commented 8 years ago

cuttle.txt

Attempted to add new project. Cuttle created directory and files and displayed 'Loading builds...". but never returned control. Quit and restarted but displays the same message and menu items to open files are greyed out.

Cuttle-after-add-new-project.pdf

Mac OSX 10.11.1 MacBook Pro Retina

oakmac commented 8 years ago

Hmm - there should be a log somewhere with more detail.

@shaunlebron - do you remember where the logs went on Mac?

oakmac commented 8 years ago

https://github.com/oakmac/cuttle/blob/master/app/app.js#L35-L38

// cuttle.log goes here on a mac so it can be used by Console app
if (onMac) {
  return path.join(process.env['HOME'], "Library", "Logs");
}