Merge branch 'main' into cli-and-config-file-support

This commit is contained in:
Nicolas Barraud
2025-04-12 11:02:53 -04:00
committed by GitHub
43 changed files with 2006 additions and 794 deletions

View File

@@ -19,7 +19,7 @@ function handleError(error) {
process.exit(1);
}
function delay(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
return new Promise((resolve) => setTimeout(resolve, ms, true));
}
async function runWebClient(args) {
const inspectorServerPath = resolve(