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 f193d16 commit cac597aCopy full SHA for cac597a
lib/interface/cli/commands/hybrid/helper.js
@@ -293,7 +293,9 @@ function drawCodefreshFiglet() {
293
if (err) {
294
resolve();
295
}
296
- console.log(data);
+ if (data) {
297
+ console.log(data);
298
+ }
299
300
});
301
}), Promise.delay(5000)]);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.71.4",
+ "version": "0.71.5",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments