mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 08:31:14 -07:00
style: fix format issues
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user