Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Aug 7, 2023
1 parent f0948b5 commit 0a71390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export default class Utilities {
import.meta.url.replace(/^file:/, ''),
'../../schemas',
);
console.log(schemaPath);
const schemaDir = await fs.opendir(schemaPath);
for await (const entry of schemaDir) {
console.log(entry);
if (!entry.isFile()) {
continue;
}
Expand Down

0 comments on commit 0a71390

Please sign in to comment.