From 37ff97b52fd3f7f0e9e18d6425f21924f2b3add8 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Mon, 15 Apr 2024 03:59:39 -0400 Subject: [PATCH] Thanks minify --- src/definitions.js | 2 ++ 1 file changed, 2 insertions(+) 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'); }