mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Fix typo in verbose launch args
This commit is contained in:
parent
32c7e3fa34
commit
8ed21d303f
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -14,7 +14,7 @@
|
|||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceRoot}",
|
||||
"args": ["--enableDebugFeatures --enableVerboseLogging"]
|
||||
"args": ["-enableDebugFeatures", "-enableVerboseLogging"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue