diff --git a/dist/index.js b/dist/index.js index 1be88b0..41859d9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10816,6 +10816,7 @@ async function run() { try { // download and install const binPath = await downloadAndInstall(nucleiVersion); + console.log('Nuclei installed to:', binPath); const params = []; if (!target && !urls) {