Improved dump output with command to be copieable by pb command.
This commit is contained in:
+2
-1
@@ -317,7 +317,8 @@ impl<'a> LKEval<'a> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
if output.len() > 0 {
|
if output.len() > 0 {
|
||||||
out.push(format!("Passwords dumped to command {} and got following output: {}", cmd, output));
|
err.push(format!("Passwords dumped to command {} and got following output:", cmd));
|
||||||
|
out.push(output);
|
||||||
} else {
|
} else {
|
||||||
out.push(format!("Passwords dumped to command {}", cmd));
|
out.push(format!("Passwords dumped to command {}", cmd));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user