Fix another bug when details are undefined

This commit is contained in:
Ilya Ig. Petrov 2017-11-13 22:53:06 +05:00
parent 029f80633d
commit 8df4e50ebb

View File

@ -148,7 +148,9 @@
timeouted(
(details) => {
if (details) {
this.isControllable(details);
}
cb();
}