File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -467,12 +467,6 @@ export default class IBMi {
467467 }
468468 }
469469
470- this . appendOutput ( `\nIBM i components:\n` ) ;
471- for ( const [ feature , state ] of Object . entries ( this . remoteFeatures ) ) {
472- this . appendOutput ( `\t${ feature } : ${ state } \n` ) ;
473- }
474- this . appendOutput ( `\n` ) ;
475-
476470 //Specific Java installations check
477471 callbacks . progress ( {
478472 message : `Checking installed components on host IBM i: Java`
@@ -491,6 +485,12 @@ export default class IBMi {
491485 ] ) ;
492486 }
493487
488+ this . appendOutput ( `\nIBM i components:\n` ) ;
489+ for ( const [ feature , state ] of Object . entries ( this . remoteFeatures ) ) {
490+ this . appendOutput ( `\t${ feature } : ${ state } \n` ) ;
491+ }
492+ this . appendOutput ( `\n` ) ;
493+
494494 if ( this . remoteFeatures . uname ) {
495495 callbacks . progress ( {
496496 message : `Checking OS version.`
You can’t perform that action at this time.
0 commit comments