Skip to content

Commit

Permalink
Suggestion from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
willosborne committed Nov 18, 2024
1 parent 43a6dec commit 462a146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/commands/generate/schema-directory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class SchemaDirectory {
this.logger.info(`Loaded ${this.schemas.size} schemas.`);
} catch (err) {
if (err.code === 'ENOENT') {
this.logger.error('Schema Path not found: ' + dir);
this.logger.error('Schema Path not found: ', dir, ', error: ', err);
} else {
this.logger.error(err);
}
Expand Down

0 comments on commit 462a146

Please sign in to comment.