Minor fixes

This commit is contained in:
2026-09-06 04:35:49 +02:00
parent 106e22b953
commit 4795116695
6 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ async function downloadJavaComponent(manifest, outputRoot, options) {
})
}
return emitter
return { events: emitter, path: outputRoot }
}
module.exports = {