KernelDeimos преди 1 година
родител
ревизия
37ff97b52f
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/definitions.js

+ 2 - 0
src/definitions.js

@@ -69,6 +69,8 @@ export class InitProcess extends Process {
     _construct () {
         this.name = 'Puter';
 
+        this.type_ = 'init'; // thanks minify
+
         if (InitProcess.created_) {
             throw new Error('InitProccess already created');
         }