mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Serialize bigint/bigdecimal as i64/f64
This commit is contained in:
@ -59,6 +59,7 @@ fn load_plugin(path: &std::path::Path, context: &mut Context) -> Result<(), Shel
|
||||
let result = match reader.read_line(&mut input) {
|
||||
Ok(count) => {
|
||||
trace!("processing response ({} bytes)", count);
|
||||
trace!("response: {}", input);
|
||||
|
||||
let response = serde_json::from_str::<JsonRpc<Result<Signature, ShellError>>>(&input);
|
||||
match response {
|
||||
|
Reference in New Issue
Block a user