Fixed #8
This commit is contained in:
parent
6828e8721f
commit
48fe355823
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -74,7 +74,7 @@ if (options.enable !== false) {
|
|||
fs.writeFile(
|
||||
path.join(__dirname, 'emojis.json'),
|
||||
JSON.stringify(githubEmojis, null, '\t'),
|
||||
function (err) { console.log(err) }
|
||||
function (err) { err && console.warn(err) }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue