pull/1939/head
Amr Bashir 6 months ago committed by GitHub
parent 2b979f852d
commit 4fa05f7799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -393,7 +393,7 @@ pub async fn read_file<R: Runtime>(
global_scope,
command_scope,
path,
options
options,
)
.await
}
@ -413,7 +413,7 @@ pub async fn read_text_file<R: Runtime>(
global_scope,
command_scope,
path,
options
options,
)
.await
}

Loading…
Cancel
Save