File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,9 @@ export default class OrgCreateScratch extends SfCommand<ScratchCreateResponse> {
238238 if ( error instanceof SfError && error . name === 'ScratchOrgInfoTimeoutError' ) {
239239 const scratchOrgInfoId = ( error . data as { scratchOrgInfoId : string } ) . scratchOrgInfoId ;
240240 const resumeMessage = messages . getMessage ( 'action.resume' , [ this . config . bin , scratchOrgInfoId ] ) ;
241+ const timeOutMessage = 'The scratch org did not complete within your wait time.' ;
241242
242- this . info ( resumeMessage ) ;
243- this . error ( 'The scratch org did not complete within your wait time' , { code : '69' , exit : 69 } ) ;
243+ this . error ( `${ timeOutMessage } ${ resumeMessage } ` , { code : '69' , exit : 69 } ) ;
244244 } else {
245245 throw error ;
246246 }
You can’t perform that action at this time.
0 commit comments