From 660cfb3818a43679133c883390baf8db28000639 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 18 Nov 2024 22:07:56 +0900 Subject: [PATCH] Update console.html --- console.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/console.html b/console.html index 9f471fd..d5ed58e 100644 --- a/console.html +++ b/console.html @@ -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);