From adfc2b51305a32094f7120fdb55eca91b3ce1c27 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 14 May 2022 23:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=AB=E6=8D=B7=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E6=9C=8D=E5=8A=A1=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/preload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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