1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-10-28 01:59:38 +01:00

Fix typo in verbose launch args

This commit is contained in:
Gabe Kangas 2020-10-24 16:01:49 -07:00
parent 32c7e3fa34
commit 8ed21d303f

2
.vscode/launch.json vendored
View file

@ -14,7 +14,7 @@
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}",
"args": ["--enableDebugFeatures --enableVerboseLogging"]
"args": ["-enableDebugFeatures", "-enableVerboseLogging"]
}
]
}