Added CSP support

This commit is contained in:
2022-04-09 20:40:34 +08:00
parent 5674f3936c
commit 06635acb72
3 changed files with 79 additions and 3 deletions
+1 -1
View File
@@ -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 );
}
}