Component Bundler Bugfix debug

This commit is contained in:
2026-04-04 20:05:41 +01:00
parent f34f8baa99
commit 1037bbb546
3 changed files with 6 additions and 3 deletions
@@ -22,7 +22,7 @@ export default async function grabPageBundledReactComponent({ file_path, root_fi
};
}
catch (error) {
log.error(`grabPageBundledReactComponent Error: ${error.message}`);
log.error(`grabPageBundledReactComponent Error: ${error.message}`, error);
return undefined;
}
}