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() {
273
273
}
274
274
275
275
function drawCodefreshFiglet ( ) {
276
- return Promise . race ( new Promise ( ( resolve ) => {
276
+ return Promise . race ( [ new Promise ( ( resolve ) => {
277
277
figlet ( 'CODEFRESH' , ( err , data ) => {
278
278
if ( err ) {
279
279
resolve ( ) ;
280
280
}
281
281
console . log ( data ) ;
282
282
resolve ( ) ;
283
283
} ) ;
284
- } ) , Promise . delay ( 5000 ) ) ;
284
+ } ) , Promise . delay ( 5000 ) ] ) ;
285
285
}
286
286
287
287
async function getDefaultRuntime ( runtimes ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.69.5 " ,
3
+ "version" : " 0.69.6 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments