Closed ghost closed 10 years ago
When running asp checkout or export (I only tried those two) the mentioned error message shows up, and then asp prints error: unknown package: yadayada. A quick look into asp shows that in_array isn't defined anywhere.
asp checkout
export
error: unknown package: yadayada
asp
in_array
Indeed. I fixed this the other day but never pushed it. Thanks for the report.
When running
asp checkout
orexport
(I only tried those two) the mentioned error message shows up, and then asp printserror: unknown package: yadayada
. A quick look intoasp
shows thatin_array
isn't defined anywhere.