Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d10f4b6

Browse filesBrowse files
committed
fix: ignore setup-cpp cli installation errors
1 parent d0235b0 commit d10f4b6
Copy full SHA for d10f4b6

File tree

5 files changed

+4
-6
lines changed
Filter options

5 files changed

+4
-6
lines changed

‎dist/legacy/setup-cpp.js

Copy file name to clipboardExpand all lines: dist/legacy/setup-cpp.js
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/legacy/setup-cpp.js.map

Copy file name to clipboardExpand all lines: dist/legacy/setup-cpp.js.map
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/modern/setup-cpp.mjs

Copy file name to clipboardExpand all lines: dist/modern/setup-cpp.mjs
+1-1
Large diffs are not rendered by default.

‎dist/modern/setup-cpp.mjs.map

Copy file name to clipboardExpand all lines: dist/modern/setup-cpp.mjs.map
+1-1
Large diffs are not rendered by default.

‎src/lib.ts

Copy file name to clipboardExpand all lines: src/lib.ts
-2
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.