File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -262,15 +262,15 @@ export class BundleDeployer {
262
262
if ( statusWords [ 2 ] !== undefined && statusWords [ 2 ] . indexOf ( "JOB" ) === 0 ) {
263
263
this . jobId = statusWords [ 2 ] ;
264
264
status . statusMessage += " (Processing DFHDPLOY " + action + " action)" ;
265
- }
266
265
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
+ }
274
274
}
275
275
}
276
276
}
You can’t perform that action at this time.
0 commit comments