Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Jul 28, 2023
1 parent 8c9f377 commit 3543534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/record/google-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3543534

Please sign in to comment.