(options)
| 20248 | } |
| 20249 | _windowsQuoteCmdArg(arg) { |
| 20250 | if (!this._isCmdFile()) { |
| 20251 | return this._uvQuoteCmdArg(arg); |
| 20252 | } |
| 20253 | if (!arg) { |
| 20254 | return '""'; |
| 20255 | } |
| 20256 | const cmdSpecialChars = [ |
| 20257 | " ", |
| 20258 | " ", |
| 20259 | "&", |
| 20260 | "(", |
| 20261 | ")", |
| 20262 | "[", |
| 20263 | "]", |
| 20264 | "{", |
| 20265 | "}", |
| 20266 | "^", |
| 20267 | "=", |