Add date validation when storing frames, Fix viewing page info when aborting with **

This commit is contained in:
2024-12-17 12:12:36 +07:00
parent e8b3f4cc1f
commit 8cd978f76e
3 changed files with 21 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ var po = new PageObject(argv[0]);
if (p.get(po)) {
writeln('Page : '+p.name);
writeln('- Date : '+p.date);
writeln('- Cost : '+p.cost);
writeln('- Owner : '+p.owner);
writeln('- Key : '+p.key);