mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 19:05:42 +08:00
Add newline in-between JS files, in case last line is a comment
This commit is contained in:
parent
443a231aa5
commit
b6306efe01
@ -4,6 +4,6 @@ class JsCompiler extends RevisionCompiler
|
||||
{
|
||||
public function format($string)
|
||||
{
|
||||
return $string.';';
|
||||
return $string.";\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user