lib/_data_ingestion/tanos-jlpt: report sql errors
This commit is contained in:
@@ -123,7 +123,9 @@ Future<Map<String, Set<int>>> resolveAllEntries(
|
||||
if (resolved != null) {
|
||||
result[word.jlptLevel]!.add(resolved);
|
||||
}
|
||||
} catch (e) {}
|
||||
} catch (e) {
|
||||
print('ERROR: $e');
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user