diff --git a/docs/src/debug.md b/docs/src/debug.md index cbe77a1dfc..97311e302a 100644 --- a/docs/src/debug.md +++ b/docs/src/debug.md @@ -121,7 +121,7 @@ npm run test ``` ```bash bash-flavor=powershell lang=js -env:PWDEBUG="console" +$env:PWDEBUG="console" npm run test ```