mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-24 13:02:16 +00:00
fix
This commit is contained in:
@@ -14,7 +14,7 @@ class GoogleStorageUploadStream extends Writable {
|
||||
});
|
||||
|
||||
this.writeStream.on('error', (err) => this.logger.error(err));
|
||||
this.writeStream.on('finish', () => this.logger.log('Upload completed.'));
|
||||
this.writeStream.on('finish', () => this.logger.info('google storage Upload completed.'));
|
||||
}
|
||||
|
||||
_write(chunk, encoding, callback) {
|
||||
|
||||
Reference in New Issue
Block a user