mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
Actually pass extensionFile to error dialogs
This commit is contained in:
@@ -125,6 +125,7 @@ export const useDialogService = () => {
|
||||
error: {
|
||||
exceptionType: options.title ?? 'Unknown Error',
|
||||
exceptionMessage: errorProps.errorMessage,
|
||||
extensionFile: errorProps.extensionFile,
|
||||
traceback: errorProps.stackTrace ?? t('errorDialog.noStackTrace'),
|
||||
reportType: options.reportType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user