- Fixed what
io.popenyield()
returns upon failure; previously it accidentally only returned nil, and now upon failure it returns the usual values (nil, error message, error code). - Fixed #727; custom prompts can crash Clink when
cd
into a path that exceeds MAX_PATH length.