Add date validation when storing frames, Fix viewing page info when aborting with **
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user