Committed by cron-git from Yimian-PC

master
iotcat 4 years ago
parent 4c0cfd7ca8
commit 63fd63962e
  1. 2
      test.js

@ -1,3 +1,3 @@
const crongit = require('./index.js')();
crongit.schedule("10 * * * * *", ()=>console.log('test ok!!!\nuse Ctrl+C to exit!!'));
crongit.schedule("10 * * * * *", ()=>console.log('test ok!!!\nuse Ctrl+C to exit!!'), ()=>console.log('pull err err err err!!!!'));

Loading…
Cancel
Save