summaryrefslogtreecommitdiff
path: root/packages/upgrade/src/shell.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/upgrade/src/shell.ts')
-rw-r--r--packages/upgrade/src/shell.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/upgrade/src/shell.ts b/packages/upgrade/src/shell.ts
index 863e26f64..cd16e0d02 100644
--- a/packages/upgrade/src/shell.ts
+++ b/packages/upgrade/src/shell.ts
@@ -23,7 +23,7 @@ let signal: AbortSignal;
export async function shell(
command: string,
flags: string[],
- opts: ExecaOptions = {}
+ opts: ExecaOptions = {},
): Promise<Output> {
let child: ChildProcess;
let stdout = '';