File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ component extends="commandbox-migrations.models.BaseMigrationCommand" {
5858 len ( e .detail ) ? e .detail : e .message ,
5959 " #templateName ##newline ##variables .sqlHighlighter .highlight ( variables .sqlFormatter .format ( e .queryError ) ).toAnsi () #"
6060 );
61- default :
62- rethrow ;
6361 }
62+
63+ rethrow ;
6464 }
6565 }
6666
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ component extends="commandbox-migrations.models.BaseMigrationCommand" {
8686 len ( e .detail ) ? e .detail : e .message ,
8787 " #templateName ##newline ##variables .sqlHighlighter .highlight ( variables .sqlFormatter .format ( e .queryError ?: " " ) ).toAnsi () #"
8888 );
89- default :
90- rethrow ;
9189 }
90+
91+ rethrow ;
9292 }
9393
9494 if ( currentlyRunningSeeder == " UNKNOWN" ) {
Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ component extends="commandbox-migrations.models.BaseMigrationCommand" {
143143 len ( e .detail ) ? e .detail : e .message ,
144144 " #templateName ##newline ##variables .sqlHighlighter .highlight ( variables .sqlFormatter .format ( e .queryError ?: " " ) ).toAnsi () #"
145145 );
146- default :
147- throw ( e )
148146 }
147+
148+ rethrow ;
149149 }
150150
151151 if ( arguments .seed ) {
You can’t perform that action at this time.
0 commit comments