From 241ed919a96f65de544a33733c8eabd00c143117 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Sat, 25 Nov 2023 12:48:05 +0900 Subject: [PATCH] test --- lib/oto/commands/git/git.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oto/commands/git/git.dart b/lib/oto/commands/git/git.dart index 9562c66..b98440f 100644 --- a/lib/oto/commands/git/git.dart +++ b/lib/oto/commands/git/git.dart @@ -16,7 +16,7 @@ class Git extends Command { shell.writeln('git ${getPathNormal(item)}'); } - var process = await ProcessExecutor.run(shell, workspace: workspace); + var process = await ProcessExecutor.start(shell); return complete(process.exitCode, command, errorMessage: process.stderr.toString());