mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-01 07:11:23 +00:00
added try catch block with screenshot for error
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user