Skip to content

Commit

Permalink
Merge pull request #1156 from HubSpot/br/project-watch-error-handling
Browse files Browse the repository at this point in the history
fix: Prevent js error during initial upload for watch
  • Loading branch information
brandenrodgers authored Aug 27, 2024
2 parents eb76ce9 + 93dda32 commit 4b63d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ const handleProjectUpload = async (
buildId
);
}
resolve(uploadResult);
resolve(uploadResult || {});
})
);

Expand Down

0 comments on commit 4b63d83

Please sign in to comment.