Skip to content

Commit

Permalink
wait 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
acedward committed Dec 24, 2024
1 parent 9725221 commit 83a3977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ async function main() {

const result = await executeCode(toolName, parameters, configurations, metadata.tools || []);
clearInterval(t);
await new Promise(resolve => setTimeout(resolve, 100));
console.log("\n--------------------------------");
console.log("Execution result:");
console.log(JSON.stringify(result, null, 2));
Expand Down

0 comments on commit 83a3977

Please sign in to comment.