From 350230b2103713503a92e5c073d23b9c37b60a88 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 21 Jun 2024 22:00:58 +0900 Subject: [PATCH] Update console.html --- console.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.html b/console.html index 93ddb29..9758abf 100644 --- a/console.html +++ b/console.html @@ -67,7 +67,7 @@ }; try { - if (response != "") { + if (response.trim() != "") { responseData = JSON.parse(response); } } catch (e) {