code refactoring

This commit is contained in:
Toki 2024-12-27 09:41:48 +09:00
parent c5f3a14795
commit 401be9a72e
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ import 'package:file_hasher/file_hasher.dart';
import 'package:oto_cli/cli/commands/command_exe.dart';
import 'package:oto_cli/cli/commands/scheduler/scheduler_interval.dart';
import 'package:oto_cli/oto/application.dart';
import 'package:oto_cli/oto/commands/command.dart';
import 'package:oto_cli/oto/data/command_data.dart';
class IsolateScheduler extends IsolateBase {

View file

@ -262,7 +262,7 @@ class SchedulerManager {
}
param.add('scheduler');
param.add('-s');
await OSStartup.registStartup(exe, _startupID, arguments: param, logErrorFilePath: '$_schedulerPath/launch_err.log', logStandardFilePath: '$_schedulerPath/launch_std.log');
await OSStartup.registStartup(exe, _startupID, arguments: param, logErrorFilePath: '$_schedulerPath/launch_err.log');
}
return simpleFuture;
}