You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after updating to 1.3.4, this package stopped working for us. I believe the culrpit is this commit, particularly the removal of this line:
name = _.trimStart(_.trim(name), path.sep + '.') || path.basename(file);
We were sending null as a name param, as we wanted to use the basename of file. This logic is now missing and line if (path.isAbsolute(name)), throws an exception.
The text was updated successfully, but these errors were encountered:
Hi, after updating to 1.3.4, this package stopped working for us. I believe the culrpit is this commit, particularly the removal of this line:
We were sending null as a name param, as we wanted to use the basename of
file
. This logic is now missing and lineif (path.isAbsolute(name))
, throws an exception.The text was updated successfully, but these errors were encountered: