We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e522ba commit fb4b1c7Copy full SHA for fb4b1c7
src/api/server/sync_io.rs
@@ -411,7 +411,7 @@ impl<F: FileSystem + Sync> Server<F> {
411
.map_err(Error::EncodeMessage)?;
412
Ok(out.len as usize)
413
}
414
- Err(e) => ctx.reply_error_explicit(e),
+ Err(e) => ctx.reply_error(e),
415
416
417
@@ -460,7 +460,7 @@ impl<F: FileSystem + Sync> Server<F> {
460
461
ctx.reply_ok(Some(out), None)
462
463
464
465
466
0 commit comments