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 d644ef2 commit bb2d6a3Copy full SHA for bb2d6a3
index.js
@@ -46,7 +46,7 @@ Compiler.prototype.visit = function(node){
46
47
Compiler.prototype.comment = function(node){
48
if (this.compress) return '';
49
- return '/*' + node.comment + '*/';
+ return this.indent() + '/*' + node.comment + '*/';
50
};
51
52
/**
0 commit comments