fix: incorrect content saving when `DECODE_NONE` selected
This commit is contained in:
parent
f8ef25a323
commit
00b1efc43d
|
@ -253,5 +253,5 @@ func SaveAs(str, format, decode string, customDecoder []CmdConvert) (value strin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return str, nil
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue