Skip to content
Snippets Groups Projects
Commit 4d58efb2 authored by Daniel Bayley's avatar Daniel Bayley
Browse files

Provide fallback in absence of root project

Fixes #4
parent 30f13427
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ module.exports = ...@@ -8,7 +8,7 @@ module.exports =
#timeout: 10000 #timeout: 10000
#killSignal: 'SIGKILL' #killSignal: 'SIGKILL'
project: atom.project.getDirectories()[0] project: atom.project.getDirectories()[0] ? path: process.cwd()
tmp: '/tmp/GitKraken.json' tmp: '/tmp/GitKraken.json'
id: 'com.axosoft.GitKraken' id: 'com.axosoft.GitKraken'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment