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