Skip to content

Commit d10f4b6

Browse files
committed
fix: ignore setup-cpp cli installation errors
1 parent d0235b0 commit d10f4b6

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ export async function setupCpp(opts: Opts = {}): Promise<SetupCppResult> {
132132
const installSetupCppResult = await installSetupCppPromise
133133
if (typeof installSetupCppResult === "string") {
134134
successMessages.push(installSetupCppResult)
135-
} else if (installSetupCppResult instanceof Error) {
136-
errorMessages.push(installSetupCppResult.message)
137135
}
138136

139137
await finalizeRC(rcOptions)

0 commit comments

Comments
 (0)