Upgraded include tag to use resolution keyword method.

This commit is contained in:
Brad Arant 2024-11-11 09:26:38 -08:00
parent 4daace487d
commit 9aeba0c103

View File

@ -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();