瀏覽代碼

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){