fix external scope.sh previews

This commit is contained in:
rabite 2019-05-23 15:13:17 +02:00
parent ea0f691a30
commit 859bd24397
1 changed files with 1 additions and 1 deletions

View File

@ -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();