Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 44bf4c4

Browse files
committed
Add newline after logging error
1 parent 87da85c commit 44bf4c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/action/log.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function error(...args) {
1414
for (let i = 1; i < args.length; i++) {
1515
pushLogs(JSON.stringify(args[i], null, ' '));
1616
}
17+
pushLogs(''); // newline
1718
_ipcRenderer && _ipcRenderer.send('log-error', args);
1819
}
1920

0 commit comments

Comments
 (0)