Add debug for #424

This commit is contained in:
lowlighter
2021-07-30 20:42:40 +02:00
parent 6cf4facfd9
commit f5b25e8f7d

View File

@@ -32,7 +32,8 @@ export async function indepth({login, data, imports, repositories}, {skipped}) {
//Analyze repository
await analyze(arguments[0], {results, path})
}
catch {
catch (error) {
console.log("#424 DEBUG:", error)
console.debug(`metrics/compute/${login}/plugins > languages > indepth > an error occured while processing ${repo}, skipping...`)
}
finally {