Re: [pgAdmin][RM4564] JS errors in the Query Tool are caught as ajax errors

2019-10-29 Thread Dave Page
Thanks, patch applied. On Tue, Oct 29, 2019 at 12:13 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to throw JS errors to browser consoles. JS errors > after execute are now caught by axios catch which shows a false message - > "Not connect

[pgAdmin][RM4564] JS errors in the Query Tool are caught as ajax errors

2019-10-29 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to throw JS errors to browser consoles. JS errors after execute are now caught by axios catch which shows a false message - "Not connected to the server or the connection to the server has been closed." This will help is debugging in case of JS erors. Kindly revi