Преглед изворни кода

:bug: Fixed case where the same time is used more than once in the system-input

Danilo Guanabara пре 2 месеци
родитељ
комит
d82d9c2796
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      clients/typescript/test/framework.ts

+ 1 - 0
clients/typescript/test/framework.ts

@@ -91,4 +91,5 @@ export class Framework {
     console.log(`Total CPI Consumed: ${total}`);
     console.log(`Number of Instructions: ${numberOfInstructions}`);
     console.log(`World Report: ${worldReport}`);
+  }
 }