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

@ -1 +1 @@
Subproject commit 25b27366976344fbfdbacc3eba8a5980188cecdd
Subproject commit d66051edf6ab3f073327a4dbc5ad9dc36980e665

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;