Skip to content

Commit 3c22e63

Browse files
committed
Use new printable-shell-command to print to stderr (when it is a TTY).
1 parent f315c11 commit 3c22e63

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/deployTarget.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ function ensureTrailingSlash(s: string): string {
1010
}
1111

1212
async function printAndRun(command: PrintableShellCommand) {
13-
// TODO: check for TTY presence?
14-
command.print({ styleTextFormat: ["gray", "bold"] });
13+
command.print();
1514
if (!options["dry-run"]) {
1615
await command.spawnTransparently().success;
1716
}

0 commit comments

Comments
 (0)