Skip to content

Commit

Permalink
Corrected PowerShell environment variable example
Browse files Browse the repository at this point in the history
  • Loading branch information
gimre committed Jan 18, 2016
1 parent 7271825 commit 75dc1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75dc1d5

Please sign in to comment.