Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
fix startup error when mqtt enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Oct 9, 2022
1 parent 503f7d9 commit 142035c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ export default async () => {
logger.error(error);
}
deployLogger.timeEnd('deploy');
process.exit();
}
};
1 change: 1 addition & 0 deletions src/scripts/remove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default async () => {
GUILD_ID ? 'guild' : 'application'
} (/) commands.`
);
process.exit();
} catch (error) {
logger.error(error);
}
Expand Down

0 comments on commit 142035c

Please sign in to comment.