style: fix format issues

This commit is contained in:
Daniel Young Lee
2025-08-10 13:28:24 -07:00
parent f9c3e0d71a
commit 1487867e5e

View File

@@ -169,7 +169,7 @@ export class TestRig {
}
run(promptOrOptions, ...args) {
let command = this.isNativeBinary
let command = this.isNativeBinary
? `${this.binaryPath} --yolo`
: `node ${this.bundlePath} --yolo`;
const execOptions = {