mirror of
https://github.com/bobwen-dev/hunter
synced 2025-04-12 00:55:41 +02:00
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()?;
|
//let status = output.status.code()?;
|
||||||
|
|
||||||
if stale.is_stale()? {
|
if !stale.is_stale()? {
|
||||||
let output = std::str::from_utf8(&output.stdout)
|
let output = std::str::from_utf8(&output.stdout)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.to_string();
|
.to_string();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user