From 1487867e5e047168320e2f9225176a4185a75391 Mon Sep 17 00:00:00 2001 From: Daniel Young Lee Date: Sun, 10 Aug 2025 13:28:24 -0700 Subject: [PATCH] style: fix format issues --- integration-tests/test-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/test-helper.js b/integration-tests/test-helper.js index 0979ceaeb3..643cce1518 100644 --- a/integration-tests/test-helper.js +++ b/integration-tests/test-helper.js @@ -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 = {