File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/interface/cli/commands/hybrid Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -273,15 +273,15 @@ function createProgressBar() {
273273}
274274
275275function drawCodefreshFiglet ( ) {
276- return Promise . race ( new Promise ( ( resolve ) => {
276+ return Promise . race ( [ new Promise ( ( resolve ) => {
277277 figlet ( 'CODEFRESH' , ( err , data ) => {
278278 if ( err ) {
279279 resolve ( ) ;
280280 }
281281 console . log ( data ) ;
282282 resolve ( ) ;
283283 } ) ;
284- } ) , Promise . delay ( 5000 ) ) ;
284+ } ) , Promise . delay ( 5000 ) ] ) ;
285285}
286286
287287async function getDefaultRuntime ( runtimes ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.69.5 " ,
3+ "version" : " 0.69.6 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments