Skip to content

Commit

Permalink
Display hexo.env
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofzerbe committed Aug 13, 2024
1 parent 8d6bca5 commit 150cc4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/events/_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { red } = require("chalk");
hexo.on('ready', function(){
log.info(red(">>> ready ------------------------------------------------------"));
//console.log(this);
console.log(this.env);
});

hexo.on('generateBefore', function(){
Expand Down

0 comments on commit 150cc4f

Please sign in to comment.