Skip to content

Commit

Permalink
Merge branch 'develop' into mschile/running_browser_icon_styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile authored Jan 9, 2025
2 parents 898f6ce + 4cb5774 commit 4162c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/angular/src/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function cleanup () {
} catch (e) {
const notSupportedError = new Error(`Failed to teardown component. The version of Angular you are using may not be officially supported.`)

;(notSupportedError as any).docsUrl = 'https://on.cypress.io/component-framework-configuration'
;(notSupportedError as any).docsUrl = 'https://on.cypress.io/frameworks'
throw notSupportedError
}

Expand Down
2 changes: 1 addition & 1 deletion npm/webpack-dev-server/src/devServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function getPreset (devServerConfig: WebpackDevServerConfig): Promise<Opti
return defaultWebpackModules()

default:
throw new Error(`Unexpected framework ${(devServerConfig as any).framework}, please visit https://on.cypress.io/component-framework-configuration to see a list of supported frameworks`)
throw new Error(`Unexpected framework ${(devServerConfig as any).framework}, please visit https://on.cypress.io/frameworks to see a list of supported frameworks`)
}
}

Expand Down

0 comments on commit 4162c7e

Please sign in to comment.