mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
handles malformed json without package section.
This commit is contained in:
parent
f1c4ca6ec3
commit
c95ecfc60b
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ BEGIN
|
|||
Out.Ln; Out.String("package named "); Out.String(d.name^); Out.String(" not found in the tree"); Out.Ln; HALT(61);
|
||||
END;
|
||||
IF rtrvRes = -2 THEN
|
||||
Out.Ln; Out.String(d.name^); Out.String(".json malformed"); Out.Ln
|
||||
Out.Ln; Out.String(d.name^); Out.String(".json malformed: no 'Package' section."); Out.Ln;
|
||||
HALT(62);
|
||||
END;
|
||||
|
||||
IF depStrs # NIL THEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue