MCPcopy Create free account
hub / github.com/chhoumann/quickadd / sleep

Function sleep

scripts/stop-obsidian-e2e-instance.mjs:222–224  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

220}
221
222function sleep(ms) {
223 return new Promise((resolve) => setTimeout(resolve, ms));
224}
225
226// kill(2) errors we tolerate so one stubborn pid never aborts tearing down the
227// rest of the tree (and never blocks the subsequent dir removal): ESRCH (already

Callers 1

stopInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected