Skip to content

Commit

Permalink
feat: Updated packages/node-dev/commands/build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent a233728 commit 9601d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-dev/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Build extends Command {

this.log(`The nodes got build and saved into the following folder:\n${outputDirectory}`);

} catch (error) {
} catch (error: Error) {
this.log(`\nGOT ERROR: "${error.message}"`);
this.log('====================================');
this.log(error.stack);
Expand Down

0 comments on commit 9601d36

Please sign in to comment.