This commit is contained in:
leedongmyung[desktop] 2023-11-25 12:43:56 +09:00
parent c463a1c666
commit 67cea1173b

View file

@ -10,7 +10,7 @@ class Git extends Command {
var data = DataGit.fromJson(command.param);
var workspace = getWorkspace(data.workspace);
var shell = StringBuffer('cd $workspace');
var shell = StringBuffer('cd $workspace\n');
var commands = data.commands;
for (var item in commands) {
shell.writeln('git ${getPathNormal(item)}');