Here again.

develop
Icedream 2015-10-16 09:47:58 +02:00
parent 3624c69d70
commit 2b1942f79c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = class TS3ClientService extends services.Service
await fs.access ts3client_binpath, fs.R_OK | fs.X_OK, defer err await fs.access ts3client_binpath, fs.R_OK | fs.X_OK, defer err
if err if err
log.fatal "Can't access TeamSpeak3 client binary at #{ts3client_binpath}, does the binary exist and have you given correct access?" log.error "Can't access TeamSpeak3 client binary at #{ts3client_binpath}, does the binary exist and have you given correct access?"
cb? new Error "Access to TeamSpeak3 binary failed." cb? new Error "Access to TeamSpeak3 binary failed."
return return