Skip to content

Commit 0bb1e32

Browse files
committed
chore(setup.ts): update lib-pkg functions
1 parent df2eb3e commit 0bb1e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export async function run(file: string, args?: string[], options?: execa.Options
217217
result = (await execa(file, args, { reject: false, ...options })) as typeof result;
218218

219219
result.code = result.exitCode;
220-
debug('executed command: %O', result.command);
220+
debug('executed command result: %O', result);
221221

222222
return result;
223223
}

0 commit comments

Comments
 (0)