diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-07-20 09:32:37 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-07-20 09:32:37 +0200 |
| commit | 310cca89fcd29eb5df07d8a6b144e4fe8eeab56d (patch) | |
| tree | 1e2b1359e129fab98716b9149415d4cb8df8085a /app/main.js | |
| parent | 697832619aab799faf7930b7f2e8c894b9f01f6d (diff) | |
| parent | e55f701d98cb873168212bf14a3b7cf4f91cad0d (diff) | |
| download | mullvadvpn-310cca89fcd29eb5df07d8a6b144e4fe8eeab56d.tar.xz mullvadvpn-310cca89fcd29eb5df07d8a6b144e4fe8eeab56d.zip | |
Merge branch 'eslint-update-rebased'
Diffstat (limited to 'app/main.js')
| -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); } |
