From 66c032118b009167149e1088bfae12f887dfeacf Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 6 Jul 2022 10:14:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/cli/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli/cli.js b/bin/cli/cli.js index d5fa75280..c93139651 100644 --- a/bin/cli/cli.js +++ b/bin/cli/cli.js @@ -1,4 +1,4 @@ -const workerCmd = require('./cli.worker'); +const workerCmd = require('./worker/cli.worker'); const cmds = new Map([ ['worker', workerCmd],