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
// TODO debug clean variable, maybe we should return it???
// we need to test how it actually workconstcallerLine=error.stack.split('\n')[4];constindex=callerLine.indexOf('at ');// TODO debug clean variable, maybe we should return it???// eslint-disable-next-line no-unused-varsconstclean=callerLine.slice(index+2,callerLine.length);
The text was updated successfully, but these errors were encountered:
eslint-disable-next-line no-unused-vars
markdown-to-email/src/domain/error-handle/index.js
Line 32 in 621b28c
The text was updated successfully, but these errors were encountered: