diff --git a/plugins/fs/src/commands.rs b/plugins/fs/src/commands.rs index e4efd5db..1d457e4b 100644 --- a/plugins/fs/src/commands.rs +++ b/plugins/fs/src/commands.rs @@ -393,7 +393,7 @@ pub async fn read_file( global_scope, command_scope, path, - options + options, ) .await } @@ -413,7 +413,7 @@ pub async fn read_text_file( global_scope, command_scope, path, - options + options, ) .await }