@wilm-ai/wilma-cli 1.4.1 → 1.4.2
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/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -815,7 +815,6 @@ async function handleUpdate() {
|
|
|
815
815
|
return new Promise((resolve, reject) => {
|
|
816
816
|
const child = spawn("npm", ["install", "-g", "@wilm-ai/wilma-cli@latest"], {
|
|
817
817
|
stdio: "inherit",
|
|
818
|
-
shell: true,
|
|
819
818
|
});
|
|
820
819
|
child.on("error", (err) => {
|
|
821
820
|
if (err.code === "ENOENT") {
|