Merge pull request #271 from exoticknight/patch-1

fix PowerShell set in readme.me
This commit is contained in:
Nathan Rajlich 2016-03-11 09:15:13 -08:00
commit 39ecd87bcc

View File

@ -62,7 +62,7 @@ setInterval(function(){
Note that PowerShell using different syntax to set environment variables.
```cmd
$env:DEBUG = "DEBUG=*,-not_this"
$env:DEBUG = "*,-not_this"
```
Then, run the program to be debugged as usual.