Skip to content

Commit 6733d84

Browse files
committed
fixed github build error
1 parent 439c53d commit 6733d84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/generateWrapperExtension.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ export default async function buildWrapperExtension() {
117117
chalkUtils.error(
118118
"Could not find MSBuild. Please install MSBuild and try again."
119119
);
120-
hadError = true;
120+
hadOptionalError = true;
121121
}
122122

123-
if (!hadError) {
123+
if (!hadError && !hadOptionalError) {
124124
try {
125125
// Build each configuration
126126
for (const config of configurations) {

0 commit comments

Comments
 (0)