fix output channel dependency detection (#3634)

* s

* jar
This commit is contained in:
Matthew Kennedy 2021-11-28 20:46:48 -08:00 committed by GitHub
parent 04333f61f3
commit 9b596d2ef3
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -146,6 +146,7 @@ public class ConfigDefinition {
// yes, we take three parameters here thus pre-increment!
String fileName = args[++i + 1];
state.variableRegistry.register(keyName, readFile(fileName));
inputFiles.add(fileName);
case KEY_FIRING:
firingEnumFileName = args[i + 1];
inputFiles.add(firingEnumFileName);