json retriever now lists deps for each dep. also bumping lists.

This commit is contained in:
Norayr Chilingarian 2022-01-19 00:27:11 +04:00
parent 6f532c7390
commit eabe4671ae
2 changed files with 2 additions and 1 deletions

View file

@ -85,6 +85,7 @@ BEGIN
IF dependencies # NIL THEN
Out.String("found!"); Out.Ln;
dependencies.GetTerminalKeys(dependencies, depstrlist);
StringList.list(depstrlist);
RETURN depstrlist.Count
ELSE
Out.String("...has no dependencies"); Out.Ln;