Skip to content

Commit

Permalink
Add log statement for valid url for GUI (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyguy21 authored Oct 6, 2023
1 parent 3b9572e commit ef5cea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ const scanInit = async argvs => {
switch (res.status) {
case statuses.success.code:
argvs.finalUrl = res.url;
if (process.env.RUNNING_FROM_PH_GUI) console.log('Url is valid');
break;
case statuses.unauthorised.code:
printMessage([statuses.unauthorised.message], messageOptions);
Expand Down

0 comments on commit ef5cea8

Please sign in to comment.