Skip to content

Commit

Permalink
Upgraded hapi to 21.3.2
Browse files Browse the repository at this point in the history
Upgraded rascal to 16.3.0
better async tests
bump tot 4.0.3
  • Loading branch information
Joan Vega committed May 22, 2023
1 parent 51584f3 commit 1db0f62
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 263 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 4.0.3
- Upgraded hapi to 21.3.2
- Upgraded rascal to 16.3.0
- Better async tests

## 4.0.2
## 4.0.1
- Upgraded dependencies.
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.plugin = {
const broker = await Broker.create(options);

broker.on('error', err => {
server.log('error', `hapi-rascal: broker.create: ${err.message}`);
server.log(['error', 'hapi-rascal'], `broker.create: ${err.message}`);
});

// Expose broker at server.servers.rascal.broker
Expand Down
Loading

0 comments on commit 1db0f62

Please sign in to comment.