We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a6844 commit 0f4921eCopy full SHA for 0f4921e
lib/ejs-html-loader.js
@@ -32,6 +32,6 @@ module.exports = function ejsHtmlLoader(source) {
32
33
function throwError(message) {
34
var err = new Error('ejs-html-loader\n' + message);
35
- Error.captureStackTrace(err, message);
+ Error.captureStackTrace(err, module.exports);
36
throw err;
37
}
0 commit comments