Skip to content

Commit 75dc1d5

Browse files
committed
Corrected PowerShell environment variable example
1 parent 7271825 commit 75dc1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ setInterval(function(){
6262
Note that PowerShell using different syntax to set environment variables.
6363

6464
```cmd
65-
$env:DEBUG = "DEBUG=*,-not_this"
65+
$env:DEBUG = "*,-not_this"
6666
```
6767

6868
Then, run the program to be debugged as usual.

0 commit comments

Comments
 (0)