Added CSP support
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ class Package
|
||||
{
|
||||
global.Dragonfly.Info( `Change detected: ${this.src}, reloading` );
|
||||
cluster.worker.disconnect();
|
||||
setTimeout( () => process.exit(0), 1000 ).unref();
|
||||
setTimeout( () => process.exit(0), 3000 ).unref();
|
||||
} , 200 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user