@annals/agent-mesh 0.17.7 → 0.17.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5053,7 +5053,7 @@ Error: ${event.message}
|
|
|
5053
5053
|
if (fileOffer && opts.withFiles) {
|
|
5054
5054
|
console.log("");
|
|
5055
5055
|
const outputDir = opts.outputFile ? join11(opts.outputFile, "..", "files") : join11(process.cwd(), "agent-output");
|
|
5056
|
-
await
|
|
5056
|
+
await webrtcDownload(opts.id, fileOffer, opts.token, outputDir, opts.json);
|
|
5057
5057
|
}
|
|
5058
5058
|
if (!opts.json) {
|
|
5059
5059
|
console.log("\n");
|