We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b11cd commit d243bf9Copy full SHA for d243bf9
index.js
@@ -45,5 +45,5 @@ function transform(string) {
45
* @param {Object} source
46
*/
47
function gnuMessage(message, source) {
48
- return (source ? (source.file ? source.file : "<css input>") + ":" + source.start.line + ":" + source.start.column : "") + " " + message
+ return (source ? (source.file ? source.file : "<css input>") + ":" + source.start.line + ":" + source.start.column + " " : "") + message
49
}
0 commit comments