Skip to content

Commit b899ca9

Browse files
committed
refactor: adjust comments
1 parent 76d9a5c commit b899ca9

File tree

3 files changed

+1
-321
lines changed

3 files changed

+1
-321
lines changed

packages/utils/src/lib/execute-process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function executeProcess(cfg: ProcessConfig): Promise<ProcessResult> {
162162
const worker = () =>
163163
new Promise<ProcessResult>((resolve, reject) => {
164164
const spawnedProcess = spawn(command, args ?? [], {
165-
// shell is only needed on Windows to spawn child processes correctly
165+
// shell:true is only needed on Windows to spawn child processes correctly
166166
// https://stackoverflow.com/questions/60386867/node-spawn-child-process-not-working-in-windows
167167
// Using shell conditionally avoids Node.js DEP0190 deprecation warning
168168
shell: process.platform === 'win32',

tools/jiti/README_JITI_ISSUE.md

Lines changed: 0 additions & 273 deletions
This file was deleted.

tools/jiti/eslint-vitest/issue-eslint-vitest.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)