Skip to content

Commit 526203f

Browse files
committed
oops
1 parent 58b3830 commit 526203f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/api/BundleDeploy/BundleDeployer.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,15 @@ export class BundleDeployer {
262262
if (statusWords[2] !== undefined && statusWords[2].indexOf("JOB") === 0) {
263263
this.jobId = statusWords[2];
264264
status.statusMessage += " (Processing DFHDPLOY " + action + " action)";
265-
}
266265

267-
// log the jobid for posterity
268-
if (this.params.arguments.verbose) {
269-
this.params.response.console.log(status.statusMessage + "\n");
270-
}
271-
if (this.params.arguments.silent === undefined) {
272-
const logger = Logger.getAppLogger();
273-
logger.debug(status.statusMessage);
266+
// log the jobid for posterity
267+
if (this.params.arguments.verbose) {
268+
this.params.response.console.log(status.statusMessage + "\n");
269+
}
270+
if (this.params.arguments.silent === undefined) {
271+
const logger = Logger.getAppLogger();
272+
logger.debug(status.statusMessage);
273+
}
274274
}
275275
}
276276
}

0 commit comments

Comments
 (0)