File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -478,14 +478,14 @@ zipsync internally handles cleaning as part of its operation.
478478 for ( const g of groupsDef ) {
479479 outputLines . push ( `## ${ g . title } ` ) ;
480480 outputLines . push ( '' ) ;
481- outputLines . push ( '### Pack Phase' ) ;
482- outputLines . push ( '' ) ;
483- outputLines . push ( ...buildGroupTable ( g , 'pack' ) ) ;
484- outputLines . push ( '' ) ;
485481 outputLines . push ( '### Unpack Phase' ) ;
486482 outputLines . push ( '' ) ;
487483 outputLines . push ( ...buildGroupTable ( g , 'unpack' ) ) ;
488484 outputLines . push ( '' ) ;
485+ outputLines . push ( '### Pack Phase' ) ;
486+ outputLines . push ( '' ) ;
487+ outputLines . push ( ...buildGroupTable ( g , 'pack' ) ) ;
488+ outputLines . push ( '' ) ;
489489 }
490490 const resultText = outputLines . join ( '\n' ) ;
491491 console . log ( resultText ) ;
You can’t perform that action at this time.
0 commit comments