3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-07-05 06:31:43 +02:00
overte-JulianGro/scripts/developer/tests/unit_tests/scriptTests/error.js

6 lines
127 B
JavaScript

afterError = false;
throw new Error('error.js');
afterError = true;
(1,eval)('this').$finishes.push(Script.resolvePath(''));