Skip to content

Commit

Permalink
display heta version in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jan 13, 2025
1 parent add405d commit 75b1ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Builder {
? declaration.options.logPath // absolute path
: path.join(this._coreDirname, declaration.options.logPath); // relative to the shell

logger.info(`Builder initialized for the platform "${this.id}"`);
logger.info(`Heta compiler v${version} is initialized for the platform "${this.id}"`);

// create "export" classes bound to this container
Object.entries(Builder._exportClasses).forEach(([key, _Class]) => {
Expand Down

0 comments on commit 75b1ceb

Please sign in to comment.