fix: incorrect content saving when `DECODE_NONE` selected

This commit is contained in:
Lykin 2024-02-28 18:21:31 +08:00
parent f8ef25a323
commit 00b1efc43d
1 changed files with 1 additions and 1 deletions

View File

@ -253,5 +253,5 @@ func SaveAs(str, format, decode string, customDecoder []CmdConvert) (value strin
}
}
}
return str, nil
return
}