mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 15:21:28 +08:00
fs/rc/js: correct RC method names
This commit is contained in:

committed by
Nick Craig-Wood

parent
03715f6c6b
commit
b53c38c9fd
@ -30,7 +30,7 @@ rcValid.then(() => {
|
|||||||
// If the output object has an "error" and a "status" then it is an
|
// If the output object has an "error" and a "status" then it is an
|
||||||
// error (it would be nice to signal this out of band).
|
// error (it would be nice to signal this out of band).
|
||||||
console.log("core/version", rc("core/version", null))
|
console.log("core/version", rc("core/version", null))
|
||||||
console.log("core/version", rc("rc/noop", {"string":"one",number:2}))
|
console.log("rc/noop", rc("rc/noop", {"string":"one",number:2}))
|
||||||
console.log("core/version", rc("operations/mkdir", {"fs":":memory:","remote":"bucket"}))
|
console.log("operations/mkdir", rc("operations/mkdir", {"fs":":memory:","remote":"bucket"}))
|
||||||
console.log("core/version", rc("operations/list", {"fs":":memory:","remote":"bucket"}))
|
console.log("operations/list", rc("operations/list", {"fs":":memory:","remote":"bucket"}))
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user