mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 01:29:29 +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…
Reference in New Issue
Block a user