Browse Source

Thanks minify

KernelDeimos 1 năm trước cách đây
mục cha
commit
37ff97b52f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/definitions.js

+ 2 - 0
src/definitions.js

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