Explorar el Código

fix: reliability issue :bug:

Didi Keke hace 1 año
padre
commit
1d546d9ef7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run-selfhosted.js

+ 1 - 1
run-selfhosted.js

@@ -68,7 +68,7 @@ const main = async () => {
     k.add_module(new DatabaseModule());
     k.add_module(new PuterDriversModule());
     k.add_module(new LocalDiskStorageModule());
-    k.add_module(new SelfhostedModule()),
+    k.add_module(new SelfhostedModule());
     k.boot();
 };