Closed ghost closed 7 years ago
Can you please share the contents of your ~/.ungitrc
file?
my ~/.ungitrc
is currently a blank - it consists of two empty lines
I have since deleted the file and ungit 1.1.14 launches correctly.
I can recreate the issue when launching ungit
after calling:
developer@devMachine:~$ touch ~/.ungitrc
Yes, now ungit expects ~/.ungitrc
syntactically correct JSON. A minimally correct JSON is:
{}
I think it's #wontfix
@bes-internal - I can confirm that using the minimal JSON allows ungit to launch without issue.
for now I have just removed the ~/.ungitrc
file as I use command-line options to launch ungit.
I think this issue can be closed now
Wow I would imagine this is kind of stuff that would be handled at at the rc file import, we may have to add "is file exist", and "is file valid Json" check for .ungitrc
file before we import it...
@codingtwinky Yes, but look at the line (server.js:310) that confused me
ubuntu 14.04 node v4.8.2 npm 2.15.11 ungit 1.1.14
Latest version of ungit fails to launch correctly:
Are there any logs for me to look at to debug the issue?
Installation of version 1.1.14 shows warnings as follows: