Skip to content

Commit f7803cf

Browse files
natemoo-regithub-actions[bot]
authored andcommitted
[ci] format
1 parent 42d70e5 commit f7803cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/dev.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export async function dev(ctx: CommandContext) {
66
const { args } = ctx;
77
const [file = "./src/index.ts", ...rest] = args;
88
// console.clear();
9-
console.log(`node --experimental-transform-types --disable-warning=ExperimentalWarning ${args.join(" ")}`);
9+
console.log(
10+
`node --experimental-transform-types --disable-warning=ExperimentalWarning ${args.join(" ")}`,
11+
);
1012
const stdio = x("node", [
1113
"--experimental-transform-types",
1214
"--no-warnings",

0 commit comments

Comments
 (0)