Skip to content

Commit c000648

Browse files
Always log ibm i components
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent 40202a0 commit c000648

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/api/IBMi.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.`

0 commit comments

Comments
 (0)