mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-04 00:41:33 -07:00
chore(release): prepare v0.12.0
This commit is contained in:
@@ -277,12 +277,7 @@ export function handleCliCommand(
|
||||
logLabel: string,
|
||||
osdLabel: string,
|
||||
): void => {
|
||||
runAsyncWithOsd(
|
||||
() => deps.dispatchSessionAction(request),
|
||||
deps,
|
||||
logLabel,
|
||||
osdLabel,
|
||||
);
|
||||
runAsyncWithOsd(() => deps.dispatchSessionAction(request), deps, logLabel, osdLabel);
|
||||
};
|
||||
|
||||
if (args.logLevel) {
|
||||
|
||||
Reference in New Issue
Block a user