Skip to content

Commit

Permalink
💨 Doing
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed May 11, 2024
1 parent 0bd9b92 commit 8378023
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ export class CommandExecution {
callback: () => commonLogger.show(),
};

// Close is always should be last, if "actions" is not provided, then show "Show logs" action also

let actions = [closeAction];
actions.unshift(...(options?.actions ?? [showLogsAction]));

Expand Down

0 comments on commit 8378023

Please sign in to comment.