mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
style: fix format issues
This commit is contained in:
@@ -169,7 +169,7 @@ export class TestRig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run(promptOrOptions, ...args) {
|
run(promptOrOptions, ...args) {
|
||||||
let command = this.isNativeBinary
|
let command = this.isNativeBinary
|
||||||
? `${this.binaryPath} --yolo`
|
? `${this.binaryPath} --yolo`
|
||||||
: `node ${this.bundlePath} --yolo`;
|
: `node ${this.bundlePath} --yolo`;
|
||||||
const execOptions = {
|
const execOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user