Skip to content

Commit

Permalink
clean create output (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
baked-dev authored Feb 2, 2023
1 parent 2a879ea commit a0c44a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/create-turbo-module/src/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export const bash = async (
for (const { strings, vars } of lines) {
const command = await getCommand(strings, vars, results);
if (command !== "") {
console.info(command);
results.push(await exec(command));
}
}
Expand All @@ -149,7 +148,6 @@ bash.options =
for (const { strings, vars } of lines) {
const command = await getCommand(strings, vars, results);
if (command !== "") {
console.info(command);
results.push(await exec(command, options));
}
}
Expand Down

0 comments on commit a0c44a8

Please sign in to comment.