mirror of
https://github.com/gosticks/partition-filter-visualization.git
synced 2025-10-16 11:55:35 +00:00
fix: log errors
This commit is contained in:
parent
4e92afdbc2
commit
d936d3d69f
@ -307,7 +307,7 @@ export const dataStoreLoadExtension = (store: BaseStoreType, dataStore: Writable
|
||||
console.debug('loaded tables', { tableDefinitions });
|
||||
return tableDefinitions;
|
||||
} catch (e) {
|
||||
console.error('Failed to load CSVs:', e);
|
||||
console.error('Failed to load CSVs:', { e, refs });
|
||||
return [];
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user