We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03c876 commit 0ad22ebCopy full SHA for 0ad22eb
src/dht/content-fetching.ts
@@ -80,7 +80,7 @@ function runContentFetchingTests (factory: DaemonFactory, optionsA: SpawnOptions
80
// Stop daemons
81
after(async function () {
82
await Promise.all(
83
- nodes
+ (nodes ?? [])
84
.filter(Boolean)
85
.map(async d => { await d.stop() })
86
)
0 commit comments