From b2bb2ee6f7493279432f3773515e7c8e95249fc2 Mon Sep 17 00:00:00 2001 From: Titor Date: Wed, 3 Mar 2021 14:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BE=9D=E8=B5=96=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/koa.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/koa.js b/bin/koa.js index 84ddf5c..2c1f523 100644 --- a/bin/koa.js +++ b/bin/koa.js @@ -32,14 +32,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Koa = void 0; -const cli_1 = require("../extend/cli"); +const generator_1 = require("../extend/generator"); const os = __importStar(require("os")); const console_1 = require("../extend/console"); const child_process_1 = require("child_process"); const ora_1 = __importDefault(require("ora")); const path_1 = require("path"); // Koa 命令行 -class Koa extends cli_1.Cli { +class Koa extends generator_1.Generator { constructor() { super(); this.command = ``;