Skip to content

Commit bfcb473

Browse files
tune showing error
1 parent a8053d4 commit bfcb473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/common/renderer/actions/Session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export function newSession(originalCaps, attachSessId = null) {
233233
session.server,
234234
).apply(sessionCaps));
235235
} catch (e) {
236-
showError(new Error(e.message));
236+
showError(e);
237237
return false;
238238
}
239239
}

0 commit comments

Comments
 (0)