@d5render/cli 0.1.27 → 0.1.28
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 +2 -2
- package/package.json +1 -1
package/bin/d5cli
CHANGED
|
@@ -7,7 +7,7 @@ import { fileURLToPath } from "node:url";
|
|
|
7
7
|
|
|
8
8
|
//#region package.json
|
|
9
9
|
var name$1 = "@d5render/cli";
|
|
10
|
-
var version = "0.1.
|
|
10
|
+
var version = "0.1.28";
|
|
11
11
|
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region packages/gitlab/url.ts
|
|
@@ -280,7 +280,7 @@ Otherwise, use chinese as default language to call the mcp tool '${name}-${repor
|
|
|
280
280
|
copilot.stderr.setEncoding("utf8");
|
|
281
281
|
let str = "";
|
|
282
282
|
function write(chunk) {
|
|
283
|
-
console.log(String(chunk));
|
|
283
|
+
console.log("这个是写:" + String(chunk));
|
|
284
284
|
}
|
|
285
285
|
copilot.stdout.on("data", (chunk) => {
|
|
286
286
|
str += chunk;
|