updated logs

This commit is contained in:
2022-06-08 10:29:48 -05:00
parent 55f2a7461a
commit 05d11f11ec
3 changed files with 3 additions and 12 deletions

View File

@@ -42,10 +42,9 @@ export default function (name: string): [UserScriptMetaFull, string] {
//cases where the value is empty
if (val === undefined) continue
if (val === false) continue
if (val === '')
continue
if (val === '') continue
//:)
//:)
;(meta[key] as any) = val
}
} catch (e) {