This is not new in 0.14. It is pre-existing in 0.13.3.
Leads to all kinds of problems, e.g.
mkdir bug-repro
cd bug-repro
scriptcs -install Nancy
scriptcs -debug
using Nancy;
Index was outside the bounds of the array.
Without -debug, there is no error.