Skip to content

Commit cba603b

Browse files
committed
style: apply eslint --fix
1 parent 47b3071 commit cba603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hexo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import versionConsole from './console/version';
1515
class HexoNotFoundError extends Error {}
1616

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

2020
let hexo = new Context(cwd, args);
2121
let { log } = hexo;

0 commit comments

Comments
 (0)