Skip to content

Commit 3540b78

Browse files
committed
build
1 parent 5f0f1ae commit 3540b78

File tree

1 file changed

+1
-1
lines changed
  • resources/js/electron-plugin/dist/server/api

1 file changed

+1
-1
lines changed

resources/js/electron-plugin/dist/server/api/window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ router.post('/open', (req, res) => {
215215
window.show();
216216
});
217217
window.webContents.on('did-fail-load', (event) => {
218-
console.log('failed to open window...', event);
218+
console.error('failed to open window...', event);
219219
});
220220
state.windows[id] = window;
221221
res.sendStatus(200);

0 commit comments

Comments
 (0)