Coerce format string to upper for better log consistency
This commit is contained in:
parent
aee15ebc8d
commit
d6d9022c7f
@ -17,6 +17,7 @@ module.exports = {
|
|||||||
if (result && result.length === 2) {
|
if (result && result.length === 2) {
|
||||||
if (COPY_FORMATS.includes(result[1])) {
|
if (COPY_FORMATS.includes(result[1])) {
|
||||||
format = result[1];
|
format = result[1];
|
||||||
|
format = format.toUpperCase();
|
||||||
} else {
|
} else {
|
||||||
format = false;
|
format = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user