Explorar el Código

Add a newline so we dont have characters left over from the carrage return

spesk1 hace 5 años
padre
commit
57e290e657
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lib/SimplyGit/Git.pm

+ 3 - 0
lib/SimplyGit/Git.pm

@@ -25,6 +25,9 @@ sub knocker($$$) {
 		shellex("$nmapCmd -Pn --host_timeout 201 --max-retries 0 -p $port $target > /dev/null",$logger);
 	}
 
+	# So we don't have random chars potentially on the line after using \r
+	print "\n";
+
 }
 
 sub checkPath($$) {