updated logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user