build
This commit is contained in:
@@ -69,7 +69,7 @@ ${Object.keys(meta)
|
||||
let key_str = key in keyConversion
|
||||
? keyConversion[key]
|
||||
: key;
|
||||
key_str = key_str.padStart(12, ' ');
|
||||
key_str = key_str.padEnd(12, ' ');
|
||||
if (typeof val === 'boolean') {
|
||||
if (val)
|
||||
return `// @${key_str}`;
|
||||
|
||||
Reference in New Issue
Block a user