fix bug
This commit is contained in:
parent
69c720441c
commit
e5e17f8c46
@ -499,6 +499,7 @@ sub ErrorHandling($$$) {
|
|||||||
|
|
||||||
if ( defined($data)
|
if ( defined($data)
|
||||||
and $data
|
and $data
|
||||||
|
and
|
||||||
(
|
(
|
||||||
( $data =~ /Error/ )
|
( $data =~ /Error/ )
|
||||||
or defined( eval { decode_json($data) }->{errors} )
|
or defined( eval { decode_json($data) }->{errors} )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user