mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +00:00
Fix build script type errors
This commit is contained in:
@@ -102,7 +102,7 @@ if (argv.mode === "production") {
|
||||
/**
|
||||
* Handle build results.
|
||||
*
|
||||
* @param {esbuild.BuildResult} result
|
||||
* @param {esbuild.BuildResult | null} result
|
||||
*/
|
||||
function onBuildResult(result) {
|
||||
if (result?.errors.length) {
|
||||
|
||||
Reference in New Issue
Block a user