mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Fix another bug when details are undefined
This commit is contained in:
parent
029f80633d
commit
8df4e50ebb
|
@ -148,7 +148,9 @@
|
|||
timeouted(
|
||||
(details) => {
|
||||
|
||||
if (details) {
|
||||
this.isControllable(details);
|
||||
}
|
||||
cb();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user