bill hace 2 años
padre
commit
83a34c3720
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -1,7 +1,7 @@
 import VConsole from 'vconsole';
 if (import.meta.env.MODE === "test") {
   if (!os.isPc) {
-    // new VConsole();
+    new VConsole();
   }
 }