mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
works
This commit is contained in:
parent
3d7539125c
commit
296803f7f5
1 changed files with 15 additions and 16 deletions
|
|
@ -27,7 +27,7 @@ BEGIN
|
|||
IF ~vpkFsHelper.Exists(dir) THEN
|
||||
Out.String(treePath); Out.String(" directory doesn't exist, creating"); Out.Ln;
|
||||
b := vpkFsHelper.mkDir(treePath);
|
||||
ELSE
|
||||
END;
|
||||
IF ~(vpkFsHelper.dir IN dir.attr) THEN
|
||||
Out.String(treePath); Out.String(" exists but is not a directory"); Out.Ln;
|
||||
HALT(1);
|
||||
|
|
@ -44,7 +44,6 @@ BEGIN
|
|||
ELSE
|
||||
Out.String("not a git url"); Out.Ln
|
||||
END;
|
||||
END;
|
||||
END sync;
|
||||
|
||||
END vpkSyncer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue