From ae91f54be3fb293671c3995b9d3e37e7a4385458 Mon Sep 17 00:00:00 2001 From: lizheming Date: Sun, 13 Jan 2019 21:30:50 +0800 Subject: [PATCH] add log msg --- plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.js b/plugin.js index dcd5dca..86044f2 100644 --- a/plugin.js +++ b/plugin.js @@ -76,6 +76,7 @@ async function exec({ corpid, corp_secret, ...config }) { const resp = await sendMsgFromWork({ ...config, access_token }); log('send msg success, and http response content is:'); log(resp); + console.log('==Send notification to Wechat success!=='); } catch (e) { console.error(e); }