Committed by cron-git from Yimian-PC

master
iotcat 4 years ago
parent 335f15f4cc
commit 91f66349ef
  1. 2
      test.js

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

Loading…
Cancel
Save