@d5render/cli 0.1.64 → 0.1.65
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/bin/d5cli +3 -0
- package/package.json +1 -1
package/bin/d5cli
CHANGED
|
@@ -337,6 +337,9 @@ async function cli() {
|
|
|
337
337
|
//#endregion
|
|
338
338
|
//#region review/index.ts
|
|
339
339
|
async function codereview() {
|
|
340
|
+
try {
|
|
341
|
+
console.log(execSync("npm list -g @d5render/cli --depth=0").toString());
|
|
342
|
+
} catch {}
|
|
340
343
|
try {
|
|
341
344
|
if (!await need()) {
|
|
342
345
|
console.log("重复提交,进程跳过");
|