diff --git a/lib/units/device/plugins/screen/stream.js b/lib/units/device/plugins/screen/stream.js index 455c20fb..94f45289 100644 --- a/lib/units/device/plugins/screen/stream.js +++ b/lib/units/device/plugins/screen/stream.js @@ -375,7 +375,7 @@ module.exports = syrup.serial() } function kindKill() { - return kill('SIGTERM' + return kill('SIGTERM') } function forceKill() {