Skip to content

Commit

Permalink
fixed deploy logs
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 3, 2023
1 parent b716206 commit d595c03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export default new app.Command({
async function run(command?: string) {
return new Promise(async (resolve, reject) => {
await logs.edit(
`${app.emote(message, "WAIT")} Deploying...${commands.join("")}${
command ? `\n\`>_ ${command}\`` : ""
}`
`${commands.join("")}${command ? `\n\`>_ ${command}\`` : ""}`
)

if (command) {
Expand Down

0 comments on commit d595c03

Please sign in to comment.