fix(core): update

This commit is contained in:
2024-06-03 21:35:08 +02:00
parent 91c04b2364
commit b9c384dd08
8 changed files with 175 additions and 59 deletions

View File

@ -45,7 +45,7 @@ tap.test('should get data in bucket', async () => {
});
const fileStringStream = await myBucket.fastGetStream({
path: 'hithere/socool.txt',
});
}, 'nodestream');
console.log(fileString);
});