diff --git a/plugins/vscode/yaml-readme/dist/extension.js b/plugins/vscode/yaml-readme/dist/extension.js index 9eecbd7..f74f49d 100644 --- a/plugins/vscode/yaml-readme/dist/extension.js +++ b/plugins/vscode/yaml-readme/dist/extension.js @@ -43377,8 +43377,7 @@ function activate(context) { kind: "suite", data: task }, function(err, response) { - console.log(err, response); - if (err !== void 0) { + if (err !== void 0 && err !== null) { apiConsole.appendLine(err); } else { apiConsole.appendLine(response.message);