0ad/binaries/data/mods/_test.scriptinterface/module/modified/base~1.append.js

5 lines
146 B
JavaScript
Raw Normal View History

if (import.meta.path !== "modified/base.js")
throw new Error("import.meta.path should be the path of the base.");
fn = appendToResult(fn, "1");