Skip to content

Commit 5a20b4b

Browse files
committed
fix: 插件名错误
1 parent 7de6e2e commit 5a20b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const glob = require("glob");
1616
const js_binding_1 = require("./js-binding");
1717
exports.default = (ctx) => {
1818
ctx.registerCommand({
19-
name: 'dx',
19+
name: 'doctor',
2020
fn() {
2121
return __awaiter(this, void 0, void 0, function* () {
2222
const { appPath, nodeModulesPath, configPath } = ctx.paths;

0 commit comments

Comments
 (0)