Update console.html

This commit is contained in:
Namhyeon Go 2024-06-21 22:00:58 +09:00
parent be29ac3d85
commit 350230b210

View File

@ -67,7 +67,7 @@
}; };
try { try {
if (response != "") { if (response.trim() != "") {
responseData = JSON.parse(response); responseData = JSON.parse(response);
} }
} catch (e) { } catch (e) {