Skip to content

Commit 01b30d7

Browse files
committed
fix PowerShell set in readme.me
1 parent 7271825 commit 01b30d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
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)