updated logs

This commit is contained in:
2022-06-08 10:30:22 -05:00
parent 05d11f11ec
commit ac80b81129
5 changed files with 6 additions and 6 deletions

View File

@@ -42,9 +42,10 @@ 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) {