fix(tuna-obs): lite mode logic

This commit is contained in:
JellyBrick
2024-10-18 07:46:50 +09:00
committed by GitHub
parent 2e3ced6006
commit 1d3bb60e0b

View File

@ -67,7 +67,7 @@ export default createPlugin({
}
})
.catch((error: { code: number; errno: number }) => {
if (!this.liteMode && is.dev()) {
if (!this.liteMode) {
if (is.dev()) {
console.debug(
`Error: '${