Resolved conflict

This commit is contained in:
Ilya Ig. Petrov 2017-11-29 15:23:26 +05:00
commit 4e659dbec9

View File

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