We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b911f04 commit 54e3d13Copy full SHA for 54e3d13
dist/main.js
@@ -1765,7 +1765,7 @@ async function run() {
1765
throw new Error("no docs");
1766
}
1767
1768
- console.log(docs);
+ console.log(JSON.stringify(docs, null, 2));
1769
1770
// if (docs.length) {
1771
// docs.forEach(([project, docs]) => {
src/main.ts
@@ -78,7 +78,7 @@ async function run() {
78
79
80
81
82
83
84
0 commit comments