Rongzhao Tan

Results 1 issues of Rongzhao Tan

I pass an empty array in match function, then I get trouble: ``` const { match } = require('path-to-regexp') urlMatchFn = match([]) console.log(urlMatchFn('/foo')) // { path: '', index: 0, params:...

bug