@pixui-dev/pxw 0.1.30 → 0.1.31
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/config/devops.js +1 -1
- package/package.json +1 -1
package/config/devops.js
CHANGED
|
@@ -322,7 +322,7 @@ module.exports.setupDevops = async function (server, app) {
|
|
|
322
322
|
let br = cp.execSync('git branch --show-current', { stdio: 'pipe', cwd: value, windowsHide: true });
|
|
323
323
|
devopsConn?.send(JSON.stringify({ type: 'setDirResult', id, value, result: br.toString() }));
|
|
324
324
|
}catch(e) {
|
|
325
|
-
console.log('setDir git branch error
|
|
325
|
+
console.log('setDir git branch error')
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
else if (id in { java: 1 }) {
|