FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Changed variable used with call to 'record' when using setParamIgnored because it caused an error #74

Closed JacobSheppard closed 9 years ago

JacobSheppard commented 9 years ago

Changed the variable that gets printed out in the message when using the setParamIgnored method. Before, it would cause an error for 'cannot read property of 'requestPath' of undefined'. Everything would continue running but it was kind of misleading/cluttering things up.