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