mobbdev 0.0.63 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2951,6 +2951,7 @@ async function _scan(params, { skipPrompts = false } = {}) {
|
|
|
2951
2951
|
fixReportId: reportUploadInfo.fixReportId
|
|
2952
2952
|
});
|
|
2953
2953
|
!ci && console.log("You can access the analysis at: \n");
|
|
2954
|
+
console.log(chalk4.bold(reportUrl));
|
|
2954
2955
|
!skipPrompts && await mobbAnalysisPrompt();
|
|
2955
2956
|
!ci && open2(reportUrl);
|
|
2956
2957
|
!ci && console.log(
|