Skip to content

Commit

Permalink
style: apply eslint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Feb 2, 2024
1 parent 47b3071 commit cba603b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hexo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import versionConsole from './console/version';
class HexoNotFoundError extends Error {}

function entry(cwd = process.cwd(), args) {
args = camelCaseKeys(args || minimist(process.argv.slice(2), { string: ['_', 'p', 'path', 's' ,'slug'] }));
args = camelCaseKeys(args || minimist(process.argv.slice(2), { string: ['_', 'p', 'path', 's', 'slug'] }));

let hexo = new Context(cwd, args);
let { log } = hexo;
Expand Down

0 comments on commit cba603b

Please sign in to comment.