mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add missing lazyFinalizer parameter to InputFile#addHtml.
Fixes #10883.
This commit is contained in:
@@ -533,7 +533,7 @@ class InputFile extends buildPluginModule.InputFile {
|
||||
* @memberOf InputFile
|
||||
* @instance
|
||||
*/
|
||||
addHtml(options) {
|
||||
addHtml(options, lazyFinalizer) {
|
||||
if (typeof lazyFinalizer === "function") {
|
||||
// For now, just call the lazyFinalizer function immediately. Since
|
||||
// HTML is not compiled, this immediate invocation is probably
|
||||
|
||||
Reference in New Issue
Block a user