Skip to content

Commit a220c15

Browse files
committed
-
1 parent 1a888c7 commit a220c15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/build/mdn-comments.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ async function getIndexMdContents(
9595
export async function generateDescription(): Promise<Record<string, string>> {
9696
const stats = await fs.stat(basePath);
9797
if (!stats.isDirectory()) {
98-
throw new Error("MDN submodule does not exist; try running `git submodule update --init`");
98+
throw new Error(
99+
"MDN submodule does not exist; try running `git submodule update --init`",
100+
);
99101
}
100102
try {
101103
const folders = await getDirectories(basePath);

0 commit comments

Comments
 (0)