mirror of
https://github.com/koush/scrypted.git
synced 2026-05-06 06:00:29 +01:00
fix: add ts-ignore for delete operations on required properties
zipFile and unzippedPath are set at runtime by cluster worker host.
This commit is contained in:
@@ -16,7 +16,9 @@ export function createClusterForkWorker(
|
||||
|
||||
// these are specific to the cluster worker host
|
||||
// and will be set there.
|
||||
// @ts-ignore these are optional at runtime
|
||||
delete runtimeWorkerOptions.zipFile;
|
||||
// @ts-ignore these are optional at runtime
|
||||
delete runtimeWorkerOptions.unzippedPath;
|
||||
|
||||
const waitKilled = new Deferred<void>();
|
||||
|
||||
Reference in New Issue
Block a user