Pārlūkot izejas kodu

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

Danilo Guanabara 2 mēneši atpakaļ
vecāks
revīzija
d82d9c2796
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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}`);
+  }
 }