We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run doctor
wechaty run doctor
npm ERR! missing script: doctor
Normal operation and monitoring
Normal operation but can not monitoring
my code:
const { Wechaty } = require('wechaty'); const bot = Wechaty.instance(); bot.on('scan', './listener/scan.js'); bot.on('login', './listener/login.js'); bot.on('message', './listener/message.js'); bot.on('friend', './listener/friend.js'); bot.start() .catch(e => { log.error('Bot', 'init() fail: %s', e) bot.quit() process.exit(-1) })
The text was updated successfully, but these errors were encountered:
done. Is webstorm "safe write" setting problem.
Sorry, something went wrong.
Cheers!
No branches or pull requests
Provide Your Network Information
Run
npm run doctor
orwechaty run doctor
(for docker user), paste output hereExpected behavior
Normal operation and monitoring
Actual behavior
Normal operation but can not monitoring
my code:
The text was updated successfully, but these errors were encountered: