使用节点计划并在守护程序时提示

问题描述

prompt.start();

prompt.get(zooMeets,function (err,result) {
    if (err) {return onErr(err); }
    module.exports.math = result.math;
    module.exports.spanish = result.spanish;
    module.exports.science = result.science;
    module.exports.la = result.la;
    module.exports.geography = result.geography;
    module.exports.hand = result.hand;
    module.exports.psyche = result.psyche;
    module.exports.lsgi = result.lsgi;
    module.exports.music = result.music;
    module.exports.pe = result.pe;
    module.exports.tech = result.tech;
});

我正在尝试制作一个程序,该程序打开一个应用程序并从终端获取输入。这个想法是它将与提示模块ONCE取得链接,然后将它们放入守护进程中,在该进程中它将使用节点计划来打开链接。我不知道是否还有其他方法,所以请告诉我。 我还使用pm2来守护进程。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)