mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 06:55:00 +00:00
fix indentation
This commit is contained in:
parent
17f1753c1c
commit
d671daaf46
10
console.html
10
console.html
|
@ -206,20 +206,20 @@
|
|||
|
||||
return;
|
||||
}
|
||||
|
||||
// method(relay_fetch_url)
|
||||
if (env.method == "relay_fetch_url") {
|
||||
|
||||
// method(relay_fetch_url)
|
||||
if (env.method == "relay_fetch_url") {
|
||||
if (args.length < 1) {
|
||||
this.echo("Please set a URL");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
jsonrpc2_request(this, env.method, {
|
||||
"url": args[0]
|
||||
});
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// method(relay_mysql_query)
|
||||
if (env.method == "relay_mysql_query") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user