@neoxr/wb 2.6.6 → 2.6.7
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/package.json +1 -1
- package/system/functions.js +0 -1
package/package.json
CHANGED
package/system/functions.js
CHANGED
|
@@ -408,7 +408,6 @@ module.exports = class Function {
|
|
|
408
408
|
}
|
|
409
409
|
const extension = filename ? filename.split`.`.pop() : mime.extension(response.headers['content-type'])
|
|
410
410
|
const file = fs.createWriteStream(`temp/${this.uuid() + '.' + extension}`)
|
|
411
|
-
console.log(file)
|
|
412
411
|
const name = filename || path.basename(file.path)
|
|
413
412
|
const transformStream = new stream.Transform({
|
|
414
413
|
transform(chunk, encoding, callback) {
|