Thanks minify

This commit is contained in:
KernelDeimos
2024-04-15 03:59:39 -04:00
parent b897598fac
commit 37ff97b52f

View File

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