From deb354d1a28121255dbb90591e4a17b8fd2f44c5 Mon Sep 17 00:00:00 2001 From: grainsoft Date: Fri, 28 Nov 2025 01:01:35 +0200 Subject: [PATCH] updates --- src/core/Boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Boot.js b/src/core/Boot.js index cf65804..80bd8a6 100644 --- a/src/core/Boot.js +++ b/src/core/Boot.js @@ -102,7 +102,7 @@ export class Boot { /** * App Log */ - log(msg) { + static log(msg) { if (Boot.DEBUG) { console.log(msg);