mirror of
https://github.com/gosticks/partition-filter-visualization.git
synced 2026-08-11 20:30:23 +00:00
fix: log errors
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user