3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-06-20 09:09:25 +02:00
overte-JulianGro/scripts/developer/tests/unit_tests/scriptTests/nested-error.js

10 lines
246 B
JavaScript

afterError = false;
outer = null;
Script.include('./nested/error.js?' + Settings.getValue('cache_buster'));
outer = {
inner: inner.lib,
sibling: sibling.lib,
};
afterError = true;
(1,eval)("this").$finishes.push(Script.resolvePath(''));