-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable tooling functionality broke in v3.20.1 #62
Labels
bug
Something isn't working
Comments
@spfaffly thats believable. let us investigate. |
pirog
added a commit
that referenced
this issue
Sep 30, 2023
pirog
added a commit
that referenced
this issue
Sep 30, 2023
pirog
added a commit
that referenced
this issue
Sep 30, 2023
pirog
added a commit
that referenced
this issue
Sep 30, 2023
Thank you for the quick response! |
pirog
added a commit
that referenced
this issue
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to disable a command using this documentation:
https://docs.lando.dev/core/v3/tooling.html#disabling
And running any command it throws an error:
`lando --version
pkg/prelude/bootstrap.js:1926
return wrapper.apply(this.exports, args);
^
TypeError: Cannot create property 'id' on string 'disabled'
at /snapshot/cli/node_modules/@lando/core/lib/bootstrap.js
at /snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js
at baseForOwn (/snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js)
at /snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js
at Function.forEach (/snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js)
at Object.getTasks (/snapshot/cli/node_modules/@lando/core/lib/bootstrap.js)
at Object. (/snapshot/cli/bin/lando.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)`
The text was updated successfully, but these errors were encountered: