Always display the dot at the end of the sentence.

This commit is contained in:
László Monda
2016-04-09 14:41:58 +02:00
parent 387d529041
commit ffdc846405

View File

@@ -34,4 +34,4 @@ try {
}
let buffersContentsAreEqual = Buffer.compare(keyActions1BufferContent, keyActions2BufferContent) === 0;
console.log('Binary configurations ' + (buffersContentsAreEqual ? 'are identical' : 'differ' + '.'));
console.log('Binary configurations ' + (buffersContentsAreEqual ? 'are identical' : 'differ') + '.');