merged with master
This commit is contained in:
commit
2a6b891a9b
File diff suppressed because it is too large
Load Diff
|
@ -29,7 +29,7 @@ const heading = `
|
||||||
*
|
*
|
||||||
* ` + "```" + `js
|
* ` + "```" + `js
|
||||||
* // prints "Hello world!" on every 30 minutes
|
* // prints "Hello world!" on every 30 minutes
|
||||||
* cronAdd("hello", "*\/30 * * * *", (c) => {
|
* cronAdd("hello", "*\/30 * * * *", () => {
|
||||||
* console.log("Hello world!")
|
* console.log("Hello world!")
|
||||||
* })
|
* })
|
||||||
* ` + "```" + `
|
* ` + "```" + `
|
||||||
|
|
Loading…
Reference in New Issue