Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 authored and fi3ework committed Feb 6, 2022
1 parent afd5b9b commit 142983c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-checker/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ function spawnChecker(
// Command line args constructed by checkers therefore need to escape double quotes
// to have them not striped out by cmd.exe. Using shell on all platforms lets us avoid
// having to perform platform-specific logic around escaping quotes since all platform
// shells will strip out unescaped double quotes. shell=false on linux would result
// on escaped quotes not being unescaped.
// shells will strip out unescaped double quotes. E.g. shell=false on linux only would
// result in escaped quotes not being unescaped.
shell: true,
})

Expand Down

0 comments on commit 142983c

Please sign in to comment.