You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/merge-reports/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ async function validateOpts({srcPaths, destPath, headers}) {
68
68
}
69
69
70
70
if(srcPaths.length===1){
71
-
thrownewError(`Nothing to merge, only one source report is passed: ${srcPaths[0]}`);
71
+
console.warn(`Only one source report is passed: ${srcPaths[0]}, which is usually not what you want. Now, a copy of source report will just be created.`);
0 commit comments