Skip to content

Commit 1c05b4c

Browse files
committed
don't use shell:true
1 parent 8d3702a commit 1c05b4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev-packages/test-utils/src/spotlight.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export async function startSpotlight(options: SpotlightOptions = {}): Promise<Sp
6161
const spotlightProcess = spawn('yarn', args, {
6262
cwd,
6363
stdio: ['ignore', 'pipe', 'pipe'],
64-
shell: true,
6564
});
6665

6766
let resolvedPort: number | null = null;
@@ -314,4 +313,3 @@ export function clearEventBuffer(): void {
314313
export function getCurrentSpotlightInstance(): SpotlightInstance | null {
315314
return currentSpotlightInstance;
316315
}
317-

0 commit comments

Comments
 (0)