More verbose comment

This commit is contained in:
Ilya Ig. Petrov 2017-10-05 22:33:48 +05:00
parent 7fd0d77a95
commit 5c9bfb455d

View File

@ -59,7 +59,7 @@
if (err) {
// E.g., no tab with such id happens.
// Because requestDetails may be stale.
console.log('Notifier error ignored:', err);
console.log('Notifier error ignored (this is normal, it happens):', err);
return cb();
}
const ifTitleSetAlready = /\n/.test(title);