diff --git a/index.js b/index.js index 3ebf3555..9dfc9f93 100755 --- a/index.js +++ b/index.js @@ -515,6 +515,7 @@ class NYC { await this.sourceMaps.reloadCachedSourceMaps(report) return report } catch (error) { + console.error(`There was a problem loading coverage from ${filename} in ${baseDirectory}: ${error}`) return {} } }