Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39ecd87

Browse files
committed
Merge pull request debug-js#271 from exoticknight/patch-1
fix PowerShell set in readme.me
2 parents 7271825 + 01b30d7 commit 39ecd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)