mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-22 00:39:04 +00:00
lint lib/helpers.js
This commit is contained in:
parent
a8fd21dc3e
commit
6d9cf6b7aa
@ -117,7 +117,7 @@ helpers.generateTags = function(style, text) {
|
||||
}
|
||||
});
|
||||
|
||||
if (text != null) {
|
||||
if (text !== null) {
|
||||
return open + text + close;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user