diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.js b/app/main.js index ec148ac5c7..c3e6d1cca9 100644 --- a/app/main.js +++ b/app/main.js @@ -175,7 +175,7 @@ const appDelegate = { log.debug('Reading the ipc connection info from', rpcAddressFile); - fs.readFile(rpcAddressFile, 'utf8', function (err,data) { + fs.readFile(rpcAddressFile, 'utf8', function (err, data) { if (err) { return log.error('Could not find backend connection info', err); } |
