Committed by cron-git from Yimian-PC

master
iotcat 4 years ago
commit c7cb4fe767
  1. 4
      33222tt
  2. 4
      test.js

@ -1,2 +1,6 @@
<<<<<<< HEAD
"lalalalal"
=======
第三方第三方
>>>>>>> a9a5abe543686de03d60d81efc17f6be0e24ecd0

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

Loading…
Cancel
Save