Add another type check protection

This commit is contained in:
Ilya Ig. Petrov 2017-11-29 15:29:58 +05:00
parent b96e12d803
commit b45faad6cb

View File

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