mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-17 04:40:53 +08:00
chore: remove semicolons
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const logger = hexo.log;
|
||||
const logger = hexo.log
|
||||
|
||||
hexo.extend.filter.register('before_generate', () => {
|
||||
// Get first two digits of the Hexo version number
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const logger = hexo.log;
|
||||
const logger = hexo.log
|
||||
|
||||
hexo.on('ready', () => {
|
||||
const { version } = require('../../package.json')
|
||||
|
||||
Reference in New Issue
Block a user