Explorar o código

Use brout.exe instead of brout.

Marcelo Fornet %!s(int64=5) %!d(string=hai) anos
pai
achega
53852b8191
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core.ts

+ 1 - 1
src/core.ts

@@ -530,7 +530,7 @@ export function stressSolution(path: string, times: number){
         throw new Error("Upgrade environment first.");
     }
 
-    let brout = join(path, ATTIC, 'brout');
+    let brout = join(path, ATTIC, 'brout.exe');
 
     let solCompileResult = compileCode(sol, out);
     if (solCompileResult.status !== 0){