Skip to content

Commit

Permalink
feat: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos committed Mar 8, 2024
1 parent 2c0b3c3 commit 88a98ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtru-studio-websocket",
"version": "1.1.13",
"version": "1.1.14",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions src/controllers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export const controllersStart = async () => {
setTimeout(controllersStart, 10000);
});

rabbitmqStatus.connection.on('error', (error) => {
console.error('Error occurred in RabbitMQ connection:', error);
});

await preSignedURL.start();
await notify.start();
};
Expand Down

0 comments on commit 88a98ed

Please sign in to comment.