mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 10:49:26 +03:00
overly zealous error reporting
This commit is contained in:
parent
e8ca900ad6
commit
7a25c30fac
@ -33,7 +33,7 @@ window.urb.req = function(method,url,params,json,cb) {
|
|||||||
if(res.data.reload)
|
if(res.data.reload)
|
||||||
res.reload = res.data.reload
|
res.reload = res.data.reload
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
if(urb.wall !== false) document.write(this.responseText) // XX
|
// if(urb.wall !== false) document.write(this.responseText) // XX
|
||||||
err = {
|
err = {
|
||||||
message:"Failed to parse JSON",
|
message:"Failed to parse JSON",
|
||||||
raw:this.responseText
|
raw:this.responseText
|
||||||
|
Loading…
Reference in New Issue
Block a user