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 3f2176c commit 2b465aeCopy full SHA for 2b465ae
node/docs/azure-pipelines-task-lib.json
@@ -35,7 +35,7 @@
35
"return": "{ [key: string]: string; }"
36
},
37
"silent": {
38
- "documentation": "optional. defaults to fales ",
+ "documentation": "optional. defaults to false ",
39
"name": "silent",
40
"return": "boolean"
41
@@ -2489,4 +2489,4 @@
2489
}
2490
2491
2492
-}
+}
node/toolrunner.ts
@@ -29,7 +29,7 @@ export interface IExecSyncOptions {
29
/** optional envvar dictionary. defaults to current process's env */
30
env: { [key: string]: string };
31
32
- /** optional. defaults to fales */
+ /** optional. defaults to false */
33
silent: boolean;
34
outStream: stream.Writable;
0 commit comments