Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add local and global versions in debug (vercel#3661)
Adds some additional debug logs in the shim about the global/local versions: ``` olszewski@chriss-mbp sushiswap % turbo_dev -vv --version 2023-02-06T13:38:47.876-0800 [DEBUG] turborepo_lib::shim: Global turbo version: 1.7.3 2023-02-06T13:38:47.880-0800 [DEBUG] turborepo_lib::shim: Local turbo version: 1.7.2 2023-02-06T13:38:47.880-0800 [DEBUG] turborepo_lib::shim: Running local turbo binary in /private/tmp/sushiswap/node_modules/.bin/turbo 2023-02-06T13:38:47.880-0800 [DEBUG] turborepo_lib::shim: supports_skip_infer_and_single_package true 1.7.2 ``` a future PR will add this to the github issues template once this gets released
- Loading branch information