This commit is contained in:
CRIMX 2017-10-01 09:27:30 +08:00
parent 6828e8721f
commit 48fe355823
1 changed files with 1 additions and 1 deletions

View File

@ -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) }
)
}
}