@rendotdev/rig 0.0.8 → 0.0.9
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/dist/rig.js +1 -1
- package/package.json +1 -1
package/dist/rig.js
CHANGED
|
@@ -205,7 +205,7 @@ class CliApplication {
|
|
|
205
205
|
console.log(`Current version: ${currentVersion}`);
|
|
206
206
|
console.log("Checking for updates...");
|
|
207
207
|
const result = spawnSync("npm", ["install", "-g", "@rendotdev/rig@latest", "--force"], {
|
|
208
|
-
stdio: "
|
|
208
|
+
stdio: "pipe"
|
|
209
209
|
});
|
|
210
210
|
if (result.status !== 0) {
|
|
211
211
|
console.error("Update failed.");
|