add comment on formatMessage return type

pull/34/head
legobt 2 years ago
parent 719b21d0ee
commit 238a085676
No known key found for this signature in database
GPG Key ID: AB99C6D5F471E4E6

@ -59,6 +59,7 @@
}
: ArrayBuffer.isView;
// [message: string, isString: bool]
var formatMessage = function (message) {
var type = typeof message;
if (type === 'string') {

Loading…
Cancel
Save