eventually refactoring to ssts-q's json module done.

This commit is contained in:
Norayr Chilingarian 2024-02-02 02:58:48 +04:00
parent b0b330ffd9
commit 5cebbb713b
2 changed files with 2 additions and 1 deletions

View file

@ -100,7 +100,7 @@ BEGIN
res := Platform.System(cmd^);
IF res # 0 THEN Out.String("failed to run build command"); Out.Ln END;
INC(j)
UNTIL j = keys.Count - 1;
UNTIL j = keys.Count;
ELSE
Out.String("no build info found for the package: "); Out.String(dep.name^); Out.Ln;
END;