File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1665,6 +1665,8 @@ function get_pkg_and_readme(
16651665
16661666 const { name, private : _private } = JSON . parse ( pkg ) ;
16671667 if ( _private ) throw new Error ( "This is a private package" ) ;
1668+ console . log ( "PACKAGES READ" ) ;
1669+ console . log ( docs , "\n" , increment_headings ( docs ) ) ;
16681670
16691671 rs ( [ name . replace ( / ^ @ s v e l t e j s \/ / , "" ) , increment_headings ( docs ) ] ) ;
16701672 } catch ( e ) {
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ function get_pkg_and_readme(
8686
8787 const { name, private : _private } = JSON . parse ( pkg ) ;
8888 if ( _private ) throw new Error ( "This is a private package" ) ;
89+ console . log ( "PACKAGES READ" ) ;
90+ console . log ( docs , "\n" , increment_headings ( docs ) ) ;
8991
9092 rs ( [ name . replace ( / ^ @ s v e l t e j s \/ / , "" ) , increment_headings ( docs ) ] ) ;
9193 } catch ( e ) {
You can’t perform that action at this time.
0 commit comments