We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d5516 commit 65b0bcfCopy full SHA for 65b0bcf
src/TShellCommand.ts
@@ -429,8 +429,6 @@ export class TShellCommand {
429
this.getPreactionsDependentVariables(), // Second set: Variables that are tied to preactions. Can be an empty set.
430
],
431
[
432
- // Do not escape variables in stdin, because shells won't interpret stdin as executable commands.
433
- "stdinContent",
434
// Do not escape variables in output wrappers, because they are not going through a shell and escape characters would be visible in the end result.
435
'output_wrapper_stdout',
436
'output_wrapper_stderr',
0 commit comments