Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Oct 29, 2024
1 parent 5f0f1ae commit 3540b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/electron-plugin/dist/server/api/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ router.post('/open', (req, res) => {
window.show();
});
window.webContents.on('did-fail-load', (event) => {
console.log('failed to open window...', event);
console.error('failed to open window...', event);
});
state.windows[id] = window;
res.sendStatus(200);
Expand Down

0 comments on commit 3540b78

Please sign in to comment.