فهرست منبع

Use brout.exe instead of brout.

Marcelo Fornet 5 سال پیش
والد
کامیت
53852b8191
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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){