diff --git a/plugin/preload.js b/plugin/preload.js index b0bdd79..d2d3d59 100644 --- a/plugin/preload.js +++ b/plugin/preload.js @@ -666,7 +666,7 @@ window.quickcommandHttpServer = () => { }) httpServer.listen(port, 'localhost'); httpServer.on('error', err => { - console.log('httpErr:', err) + utools.showNotification('快捷命令服务:', err) }) } let stop = () => { @@ -677,4 +677,4 @@ window.quickcommandHttpServer = () => { run, stop } -} +} \ No newline at end of file