We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbb618 commit f9778c8Copy full SHA for f9778c8
lib/requirejs.php
@@ -82,7 +82,7 @@ function requirejs_fix_define(string $modulename, string $js): string {
82
} else if (!preg_match('/define\s*\(/', $js)) {
83
echo(
84
"// JS module '{$modulename}' cannot be loaded, or does not contain a javascript" .
85
- ' module in AMD format. "define()" not found.'
+ ' module in AMD format. "define()" not found.' . "\n"
86
);
87
}
88
0 commit comments