mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 12:55:16 -07:00
feat: add auto update support (#65)
This commit is contained in:
@@ -198,6 +198,7 @@ export interface CliCommandRuntimeServiceDepsParams {
|
||||
getMultiCopyTimeoutMs: CliCommandDepsRuntimeOptions['getMultiCopyTimeoutMs'];
|
||||
schedule: CliCommandDepsRuntimeOptions['schedule'];
|
||||
log: CliCommandDepsRuntimeOptions['log'];
|
||||
logDebug: CliCommandDepsRuntimeOptions['logDebug'];
|
||||
warn: CliCommandDepsRuntimeOptions['warn'];
|
||||
error: CliCommandDepsRuntimeOptions['error'];
|
||||
}
|
||||
@@ -377,6 +378,7 @@ export function createCliCommandRuntimeServiceDeps(
|
||||
getMultiCopyTimeoutMs: params.getMultiCopyTimeoutMs,
|
||||
schedule: params.schedule,
|
||||
log: params.log,
|
||||
logDebug: params.logDebug,
|
||||
warn: params.warn,
|
||||
error: params.error,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user