diff --git a/packages/web/integration-tests/tests/errors/views/script2.min.js b/packages/web/integration-tests/tests/errors/views/script2.min.js index db6a6738..a2ba7de7 100644 --- a/packages/web/integration-tests/tests/errors/views/script2.min.js +++ b/packages/web/integration-tests/tests/errors/views/script2.min.js @@ -15,4 +15,4 @@ limitations under the License. */ document.getElementById('button2').addEventListener('click',function(){throw new Error('Error from script2.js');}); -window.sourceMapIds = window.sourceMapIds || {}; let s = ''; try { throw new Error(); } catch (e) { s = (e.stack.match(/https?:\/\/[^\s]+?(?::\d+)?(?=:[\d]+:[\d]+)/) || [])[0]; } if (s) {window.sourceMapIds[s] = '9663c60664c425cef3b141c167e9b324240ce10ae488726293892b7130266a6b';} +window.sourceMapIds = window.sourceMapIds || {}; let s = ''; try { throw new Error(); } catch (e) { s = (e.stack.match(/https?:\/\/[^\s]+?(?::\d+)?(?=:[\d]+:[\d]+)/) || [])[0]; } if (s) {window.sourceMapIds[s] = '9793573cdc2ab308a0b1996bea14253ec8832bc036210475ded0813cafa27066';}