We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3824f commit a3bf5cbCopy full SHA for a3bf5cb
1 file changed
runners/wikiConsole/index.ts
@@ -155,7 +155,7 @@ export class WikiConsole extends WikiRunner {
155
return null;
156
}
157
158
- rundisplayContent(runCommand: RunCommand): RunResult {
+ runDisplayContent(runCommand: RunCommand): RunResult {
159
let tempFile = path.join(this.getTempDirectory(), runCommand.command.name + ".md");
160
fs.writeFileSync(tempFile, "");
161
for(let i = 0; i < runCommand.command.parameters[1].length; i++) {
0 commit comments