Skip to content

Commit 25f9861

Browse files
committed
Add debug log to fetchTheme errorHandler
1 parent 4266f60 commit 25f9861

File tree

1 file changed

+1
-0
lines changed
  • packages/cli-kit/src/public/node/themes

1 file changed

+1
-0
lines changed

packages/cli-kit/src/public/node/themes/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export async function fetchTheme(id: number, session: AdminSession): Promise<The
5555
* Error handlers should not inspect GraphQL error messages directly, as
5656
* they are internationalized.
5757
*/
58+
outputDebug(`Error fetching theme with ID: ${id}`)
5859
}
5960
}
6061

0 commit comments

Comments
 (0)