Upgraded include tag to use resolution keyword method.
This commit is contained in:
parent
4daace487d
commit
9aeba0c103
@ -10,6 +10,7 @@ namespace jet {
|
||||
if(hasContainer)
|
||||
throw coreutils::Exception("include tag should not have a container.");
|
||||
hasContainer = true;
|
||||
resolveKeyword("file");
|
||||
coreutils::File file(variables["file"]);
|
||||
file.read();
|
||||
container = file.asZString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user