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 84df3d4 commit b2c7b7bCopy full SHA for b2c7b7b
client-src/overlay.js
@@ -131,7 +131,7 @@ function show(messages, type) {
131
const entryElement = document.createElement("div");
132
const typeElement = document.createElement("span");
133
134
- typeElement.innerText = type === "warnings" ? "Warning:" : "Error:";
+ typeElement.innerText = (type === "warnings" ? "Warning:" : "Error:") + message.file || '';
135
typeElement.style.color = `#${colors.red}`;
136
137
// Make it look similar to our terminal.
0 commit comments