Merge pull request #4 from marvinmartian/patch-1
Added missing comma in error block.
This commit is contained in:
commit
1938bc83a7
@ -142,7 +142,7 @@ function get_cert_parameters(element, index, array) {
|
||||
'common_name': ''
|
||||
},
|
||||
'info': {
|
||||
'days_left': '??'
|
||||
'days_left': '??',
|
||||
'common_name': 'Unspecified error'
|
||||
}
|
||||
};
|
||||
@ -224,4 +224,4 @@ function assert(value, desc) {
|
||||
} else {
|
||||
console.log("\033[31m "+desc+"\033[0m");
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user