Skip to content

Commit 778e2f7

Browse files
committed
chore: tweak debug log message
1 parent fa81ea5 commit 778e2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ async function _deployCommand(dir: string, options: DeployCommandOptions) {
270270
const result = await x("docker", ["buildx", "version"]);
271271

272272
if (result.exitCode !== 0) {
273-
logger.debug("`docker buildx version` exited with a non-zero code:", result.exitCode);
273+
logger.debug(`"docker buildx version" failed (${result.exitCode}):`, result);
274274
throw new Error("Failed to find docker buildx, please install it.");
275275
}
276276
}

0 commit comments

Comments
 (0)