We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec4a35 commit cf4dccaCopy full SHA for cf4dcca
lib/hexo.ts
@@ -7,7 +7,8 @@ import goodbye from './goodbye';
7
import minimist from 'minimist';
8
import resolve from 'resolve';
9
import { camelCaseKeys } from 'hexo-util';
10
-import registerConsole from './console/index';
+// eslint-disable-next-line n/no-missing-import
11
+import registerConsole from './console';
12
import helpConsole from './console/help';
13
import initConsole from './console/init';
14
import versionConsole from './console/version';
0 commit comments