fix: Improve error logging and update lora monitor path handling

This commit is contained in:
Will Miao
2025-04-12 16:24:29 +08:00
parent ff7a36394a
commit 515aa1d2bd
2 changed files with 9 additions and 7 deletions

View File

@@ -216,7 +216,6 @@ export async function resetAndReload(options = {}) {
} = options;
const pageState = getCurrentPageState();
console.log('Resetting with state:', { ...pageState });
// Reset pagination and load more models
if (typeof loadMoreFunction === 'function') {