Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit caa4b6c

Browse files
committed
Fix: Make errors more verbose for debugging purpose
1 parent fdac573 commit caa4b6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/handlers/stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function composeAction(option: string, name: string): Promise<void> {
5353
}
5454

5555
if (errorMessage.search(portAllocated)) {
56-
errorMessage = "Port(s) already allocated";
56+
logger.error("Port(s) already allocated");
5757
}
5858
throw new Error(errorMessage);
5959
}

0 commit comments

Comments
 (0)