Skip to content

Commit 7e83273

Browse files
committed
logs
1 parent 8fea8fa commit 7e83273

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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(/^@sveltejs\//, ""), increment_headings(docs)]);
16701672
} catch (e) {

src/fs/get_content.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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(/^@sveltejs\//, ""), increment_headings(docs)]);
9193
} catch (e) {

0 commit comments

Comments
 (0)