[Excution] - base function start -2

This commit is contained in:
IceDerce
2023-06-20 16:43:33 +08:00
parent 6f655a772d
commit 4bdd97ca73
5 changed files with 141 additions and 72 deletions

View File

@@ -102,7 +102,6 @@ func SingleLineCommandExecutor(singleLineCommand []string) ([]string, error) {
var result []string
for scanner.Scan() {
result = append(result, scanner.Text())
}
if err != nil {