Update console.html

This commit is contained in:
Namhyeon Go 2024-11-18 22:07:56 +09:00
parent 2ddef30daf
commit 660cfb3818

View File

@ -194,6 +194,7 @@
term.echo();
}
});
return;
}
// method(relay_web_search)
@ -227,7 +228,11 @@
}
term.echo('');
return;
}
// print a response
term.echo(text);
},
error: function(xhr, status, error) {
term.echo(error);