Skip to content

Commit 03831ee

Browse files
committed
lint fix
1 parent e926d07 commit 03831ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/generate-descriptions.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ async function main() {
245245
try {
246246
await fs.access(productPath);
247247
} catch (error) {
248-
console.error(`Product directory not found: ${productPath}`);
248+
console.error(
249+
`Product directory not found: ${productPath} -- ${error}`,
250+
);
249251
process.exit(1);
250252
}
251253

0 commit comments

Comments
 (0)