feat/enhance-generator #4

Merged
hugo merged 23 commits from feat/enhance-generator into master 2023-01-27 14:14:05 +00:00
Showing only changes of commit 3eb2949008 - Show all commits

View File

@ -239,6 +239,7 @@ abstract class FileSystem {
contents = file.readAsStringSync();
} catch (e) {
Logger.error(e);
return;
}
config.variables.whereType<BrickVariableString>().forEach((variable) {