extra code
This commit is contained in:
parent
0d140e58ca
commit
b9a89a4ba7
3 changed files with 6 additions and 5 deletions
|
@ -61,7 +61,6 @@ export class StackService extends TypedEvent<Iteration[]> implements IStackServi
|
|||
|
||||
filesChangeNotifierService.call();
|
||||
const result = await this.waitEvent<Result<ExecError | SpawnError, ExecutorResult>>(executorService);
|
||||
console.log(200);
|
||||
await delay(100);
|
||||
if (result.isSuccess()) {
|
||||
this.callStack[stackNumber].result = result.value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue