Fix hassio entrypoint (#22194)

This commit is contained in:
Bram Kragten 2024-10-02 16:20:53 +02:00 committed by GitHub
parent ce9c5149d5
commit 0c1b8abe03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,10 +13,11 @@
<% for (const entry of es5EntryJS) { %>
loadES5("<%= entry %>");
<% } %>
}
} else {
<% for (const entry of es5EntryJS) { %>
loadES5("<%= entry %>");
<% } %>
}
}
})();