creative-upload-extension-updater 0.1.4 → 0.1.5
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.
|
@@ -68,7 +68,7 @@ const main = async () => {
|
|
|
68
68
|
`已安装插件版本:${result.targetVersion ?? result.currentVersion}`,
|
|
69
69
|
`扩展目录:${result.extensionDirectory}`,
|
|
70
70
|
]);
|
|
71
|
-
printInstallGuide(result.extensionDirectory);
|
|
71
|
+
if (args.json !== true) printInstallGuide(result.extensionDirectory);
|
|
72
72
|
return;
|
|
73
73
|
}
|
|
74
74
|
if (command === 'diagnose') {
|