We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977fc59 commit fd5ed08Copy full SHA for fd5ed08
internal/infrastructure/runtime/runtime.go
@@ -55,7 +55,7 @@ func (r *Runtime) Execute(
55
path string,
56
args []string,
57
) (string, error) {
58
- // este corre de fondo sincrónico
+ // this runs synchronously in the background
59
60
return "", nil
61
}
@@ -66,9 +66,9 @@ func (r *Runtime) ExecuteWithTimeout(
66
67
timeoutSeconds int,
68
69
- // Tiempo máximo de ejecución = timeout
+ // max execution time = timeout
70
71
- // este require de esperar asicronico
+ // this requires waiting asynchronous
72
73
74
0 commit comments