Merge branch 'cli-and-config-file-support' of https://github.com/nbarraud/inspector into cli-and-config-file-support

This commit is contained in:
Nicolas Barraud
2025-04-14 13:30:16 -04:00
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(