//execute every 1 min cron.schedule('*/1 * * * *', function(){ var shell = require('./child_helper'); var commandList = [ "node script1.js", "npm run script ...
確定! 回上一頁