소스 검색

Thanks minify

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');
         }