mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
include details with error
This commit is contained in:
parent
dc093b0fbe
commit
2ce115d392
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ async function generateIconData(): Promise<ReadonlyArray<IOcticonData>> {
|
|||
|
||||
if (!viewBoxMatch) {
|
||||
throw new Error(
|
||||
`*** ERROR! Unexpected viewBox format for ${octicon.symbol}`
|
||||
`Unexpected viewBox format for ${octicon.symbol} - '${viewBox}'`
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue