diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-11-30 08:55:07 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-11-30 08:55:30 +0100 |
| commit | 60deb5227c8c1c12224b2da21e449beb05cbe449 (patch) | |
| tree | bb326c491fa17e55cad897157dcfc55e2997dce5 /app | |
| parent | 3e658480c3e1d33162f36ef98925a3562e4c8816 (diff) | |
| download | mullvadvpn-60deb5227c8c1c12224b2da21e449beb05cbe449.tar.xz mullvadvpn-60deb5227c8c1c12224b2da21e449beb05cbe449.zip | |
opevpnlog
Diffstat (limited to 'app')
| -rw-r--r-- | app/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/main.js b/app/main.js index d9a3358e1f..2e17c5bd87 100644 --- a/app/main.js +++ b/app/main.js @@ -391,7 +391,6 @@ const appDelegate = { } const logFiles = files.filter(file => file.endsWith('.log')) - .filter(file => !file.startsWith('openvpn')) .map(f => path.join(appDelegate._logFileLocation, f)); const reportPath = path.join(writableDirectory, uuid.v4() + '.report'); |
