Skip parsing issues for failing lines
This commit is contained in:
@@ -20,7 +20,7 @@ export async function test(config: Config) {
|
||||
}
|
||||
|
||||
export async function scan(config: Config) {
|
||||
const tasks = await loadTasks(config.sources, config.query);
|
||||
const tasks = await loadTasks(config.sources, config.query);
|
||||
dumpDatabase(config.databaseFile, tasks, config.mapper);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user