Added units for voice test in default.toml

This commit is contained in:
2019-10-02 10:38:26 +03:00
parent 0147e8ddfe
commit 60f0aa2a6c
490 changed files with 17713 additions and 11 deletions

View File

@ -112,7 +112,8 @@ class Mumble {
.on('error', function (err) {
// never forget
// console.log(err)
connectedCallback(err);
// connectedCallback(err);
console.log('Mumble _makeMumbleConnection ERROR')
})
.connect({ port: port, host: host, rejectUnauthorized: false, secureContext: secureContext });
}