Skip to content

Commit

Permalink
updated mocha to 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RaviPatel committed Jan 17, 2021
1 parent e29f489 commit b75c469
Show file tree
Hide file tree
Showing 3 changed files with 889 additions and 694 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Redis.prototype.connect = async function () {

const _this = this;
this.client.on('ready', () => {
R5.out.log(`Redis connected (db: ${this.db})`);
R5.out.log(`Redis connected (host: ${this.host}, db: ${this.db})`);
_this.ready = true;
});

Expand Down
Loading

0 comments on commit b75c469

Please sign in to comment.