added try catch block with screenshot for error

This commit is contained in:
Srinath Narayanan
2020-11-13 14:30:30 -08:00
parent 58b5caed7e
commit 394e1398d1
2 changed files with 22 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ class TestExplorer {
window.location.search
.substr(1)
.split("&")
.forEach((item) => {
.forEach(item => {
const tmp = item.split("=");
const value = decodeURIComponent(tmp[1]);
switch (tmp[0]) {