mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 09:40:00 -06:00
Thanks minify
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user