Closed omsmith closed 8 years ago
getFileName() can return undefined, such as a function defined using eval
getFileName()
undefined
eval
(Ran into this with sinon, which has been fixed in an unreleased commit)
Thanks, landed in 140d75ed2bb391c1ee645c491032a844190a68b2 with some minor changes.
:+1: Thanks
getFileName()
can returnundefined
, such as a function defined usingeval
(Ran into this with sinon, which has been fixed in an unreleased commit)