code changes to make ESLint happy

This commit is contained in:
song
2018-02-04 20:36:38 +08:00
parent fa50c56bb9
commit bf1283292e
2 changed files with 16 additions and 14 deletions

View File

@@ -375,7 +375,7 @@ module.exports = syrup.serial()
}
function kindKill() {
return kill('SIGTERM')
return kill('SIGTERM'
}
function forceKill() {