Update console.html

This commit is contained in:
Namhyeon Go 2024-06-20 19:05:28 +09:00
parent a15353eeaf
commit deb83b42cf

View File

@ -51,6 +51,10 @@
$('#console').terminal({ $('#console').terminal({
set: function(k, v) { set: function(k, v) {
env[k] = v; env[k] = v;
if (k == "method") {
this.set_prompt('method([[b;red;black]' + env.method + '])> ');
}
}, },
show: function(k) { show: function(k) {
if (k == "target") { if (k == "target") {