Small cleanups

This commit is contained in:
Schuyler Cebulskie
2016-09-20 23:09:02 -04:00
parent 468077ce96
commit aa9fdf2e26
3 changed files with 20 additions and 12 deletions

View File

@@ -36,8 +36,8 @@ function chooseCommand() {
if (!ChildProcess.spawnSync(cmd, ['-h']).error) return cmd;
}
throw new Error(
'FFMPEG was not found on your system, so audio cannot be played.' +
'Please make sure FFMPEG is installed and in your PATH'
'FFMPEG was not found on your system, so audio cannot be played. ' +
'Please make sure FFMPEG is installed and in your PATH.'
);
}