Update webloader.js and the screenshot

This commit is contained in:
Namhyeon Go 2024-09-26 18:45:23 +09:00
parent a0933153ba
commit c411f596f9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -18,7 +18,7 @@ global.console._echo = function(args, type) {
icon = "error";
break;
case "warning":
case "warn":
heading = "Warning";
icon = "warning";
break;