Browse Source
Fix typo in 'SAVED CONFIG TO' log entry
renovate/lint-staged-8.x
Ben Woosley
7 years ago
No known key found for this signature in database
GPG Key ID: 4D8CA4BA18040906
1 changed files with
1 additions and
1 deletions
-
app/main.dev.js
|
|
@ -283,7 +283,7 @@ app.on('ready', async () => { |
|
|
|
autopilot: options.autopilot |
|
|
|
} |
|
|
|
|
|
|
|
console.log('SAVED CONFIG TO:', store.pathm, 'AS', store.store) |
|
|
|
console.log('SAVED CONFIG TO:', store.path, 'AS', store.store) |
|
|
|
|
|
|
|
if (options.connectionType === 'local') { |
|
|
|
console.log('LOOKING FOR LOCAL LND') |
|
|
|