mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 19:56:16 +02:00
10 lines
253 B
JavaScript
10 lines
253 B
JavaScript
afterError = false;
|
|
outer = null;
|
|
Script.include('./nested/syntax-error.js?' + Settings.getValue('cache_buster'));
|
|
outer = {
|
|
inner: inner.lib,
|
|
sibling: sibling.lib,
|
|
};
|
|
afterError = true;
|
|
|
|
(1,eval)("this").$finishes.push(Script.resolvePath(''));
|