mihomo-cli 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -4993,7 +4993,7 @@ async function cmdStart(args) {
|
|
|
4993
4993
|
const count = status.allProcesses.length > 0 ? status.allProcesses.length : 1;
|
|
4994
4994
|
console.log(`\u505C\u6B62 ${count} \u4E2A\u8FDB\u7A0B...`);
|
|
4995
4995
|
}
|
|
4996
|
-
handleStopResult(stop(
|
|
4996
|
+
handleStopResult(stop());
|
|
4997
4997
|
if (hasProcess) {
|
|
4998
4998
|
console.log(`${colors.green("\u5DF2\u505C\u6B62\u8FDB\u7A0B")}
|
|
4999
4999
|
`);
|
|
@@ -5028,7 +5028,7 @@ async function cmdStart(args) {
|
|
|
5028
5028
|
console.log(`${colors.green("\u5DF2\u6E05\u7406")}: ${formatCleanSummary(cleanResult)}`);
|
|
5029
5029
|
console.log("");
|
|
5030
5030
|
console.log("\u91CD\u65B0\u52A0\u8F7D\u914D\u7F6E...");
|
|
5031
|
-
handleStopResult(stop(
|
|
5031
|
+
handleStopResult(stop());
|
|
5032
5032
|
try {
|
|
5033
5033
|
configInfo = prepareConfigForStart(targetMode, sub.name);
|
|
5034
5034
|
const result = await start(targetMode);
|