Skip to content

Commit fd5ed08

Browse files
committed
Minor changes
1 parent 977fc59 commit fd5ed08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/infrastructure/runtime/runtime.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (r *Runtime) Execute(
5555
path string,
5656
args []string,
5757
) (string, error) {
58-
// este corre de fondo sincrónico
58+
// this runs synchronously in the background
5959

6060
return "", nil
6161
}
@@ -66,9 +66,9 @@ func (r *Runtime) ExecuteWithTimeout(
6666
args []string,
6767
timeoutSeconds int,
6868
) (string, error) {
69-
// Tiempo máximo de ejecución = timeout
69+
// max execution time = timeout
7070

71-
// este require de esperar asicronico
71+
// this requires waiting asynchronous
7272

7373
return "", nil
7474
}

0 commit comments

Comments
 (0)