Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Jan 7, 2025
1 parent ac84560 commit 66b63f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/src/cli/services/dev/processes/dev-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ async function handleDevSessionResult(
async function printActionRequiredMessages(processOptions: DevSessionProcessOptions, event?: AppEvent) {
if (!event) return
const extensionEvents = event.extensionEvents ?? []

const warningMessages = getArrayRejectingUndefined(
await Promise.all(
extensionEvents.map((eve) =>
Expand Down

0 comments on commit 66b63f7

Please sign in to comment.