mirror of
https://github.com/lizheming/drone-wechat.git
synced 2026-06-04 18:33:46 +08:00
add log msg
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user