diff --git a/src/definitions.js b/src/definitions.js index 026ace3ce..b2ec9a72b 100644 --- a/src/definitions.js +++ b/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'); }