koby

Results 3 comments of koby

try this out: server.get('/', function(req, res, next) { var err = new restify.errors.NotFoundError('1234%25d1234'); return next(err); });

i'm using 6.4.0, and yes - i can confirm this two lines throws.. `node_modules/extsprintf/lib/extsprintf.js:72 throw (new Error('too few args to sprintf'));`