mirror of https://github.com/bobwen-dev/hunter
fix external scope.sh previews
This commit is contained in:
parent
ea0f691a30
commit
859bd24397
|
@ -488,7 +488,7 @@ impl Previewer {
|
|||
|
||||
//let status = output.status.code()?;
|
||||
|
||||
if stale.is_stale()? {
|
||||
if !stale.is_stale()? {
|
||||
let output = std::str::from_utf8(&output.stdout)
|
||||
.unwrap()
|
||||
.to_string();
|
||||
|
|
Loading…
Reference in New Issue