UNPKG

egg-alinode-async

Version:
13 lines (10 loc) 233 B
'use strict'; const start = require('./lib/alinode') module.exports = agent => { const active = start(agent) if (!active) { agent.messenger.on('alinode-run', asyncConfig => { start(agent, asyncConfig); }); } };