We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa4e77 commit c78bca2Copy full SHA for c78bca2
utils/output.js
@@ -15,7 +15,6 @@ module.exports = function(data, dirPath){
15
16
fs.writeFile(reportFilePath, result, function(err) {
17
if(err) throw new Error(err);
18
- console.log("saved at " + reportFilePath);
19
});
20
21
-}
+}
0 commit comments