Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Oct 1, 2024
1 parent 55b482c commit 2559602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions javascript/packages/orchestrator/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ export class Network {
);

const dumpsNodes = this.relay.concat(paraNodes);
await Promise.allSettled(dumpsNodes.map((node) => {
await Promise.allSettled(
dumpsNodes.map((node) => {
this.client.dumpLogs(this.tmpDir, node.name);
})
}),
);

if (showLogPath)
Expand Down

0 comments on commit 2559602

Please sign in to comment.