summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-04-11 14:29:09 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-04-11 14:29:09 +0200
commit336ca26d259d81d189faee521f4fd2cfa7d13f7e (patch)
tree1d56871d35587ebe17c9f96366b9ad898c1f70c1 /gui/src/main
parent8f4b572757de6e2d165c3d3f9a7e016e1c6e1084 (diff)
parent2d61a2b8292bcc6dcb5f2500c570bb4d04d0480d (diff)
downloadmullvadvpn-336ca26d259d81d189faee521f4fd2cfa7d13f7e.tar.xz
mullvadvpn-336ca26d259d81d189faee521f4fd2cfa7d13f7e.zip
Merge branch 'electron-4'
Diffstat (limited to 'gui/src/main')
-rw-r--r--gui/src/main/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index 67bb326465..a934f11121 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -888,7 +888,7 @@ class ApplicationMain {
execFile(executable, args, { windowsHide: true }, (error, stdout, stderr) => {
if (error) {
log.error(
- `Failed to collect a problem report: ${error.message}
+ `Failed to collect a problem report.
Stdout: ${stdout.toString()}
Stderr: ${stderr.toString()}`,
);