Skip to content

Commit

Permalink
feat: add experiment details
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsaplin committed Jan 3, 2024
1 parent b3cb298 commit 3546179
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion solutions/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,7 @@ async function loadPage() {
loadDelayed();
}

loadPage();
loadPage().catch((e) => {
// eslint-disable-next-line no-console
console.error(e);
});

0 comments on commit 3546179

Please sign in to comment.