@humanu/orchestra 0.5.3 ā 0.5.4
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/install.js
CHANGED
|
@@ -154,8 +154,8 @@ function buildFromSource() {
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
function printShellWrapperInstructions(binaryPath) {
|
|
157
|
-
const distPathEscaped = distDir.
|
|
158
|
-
const binaryPathEscaped = binaryPath.
|
|
157
|
+
const distPathEscaped = distDir.split('\\').join('\\\\');
|
|
158
|
+
const binaryPathEscaped = binaryPath.split('\\').join('\\\\');
|
|
159
159
|
|
|
160
160
|
console.log('\nš Shell wrapper functions needed for directory switching:\n');
|
|
161
161
|
console.log(`# GW Orchestrator shell wrappers
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|