Skip to content

Commit

Permalink
Merge pull request #17 from ndom91/patch-1
Browse files Browse the repository at this point in the history
Add debug output to `loader.js`
  • Loading branch information
shilman authored Jan 21, 2023
2 parents 2d6be80 + 7ce92ca commit 63e7b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const loader = async function (content) {
try {
result = await compile(content, options);
} catch (err) {
console.error('Error loading:', this.resourcePath)
return callback(err);
}

Expand Down

0 comments on commit 63e7b1d

Please sign in to comment.