mirror of
https://github.com/denoland/deno.git
synced 2025-01-12 00:54:02 -05:00
Isolate::execute doesn't need mutability.
This commit is contained in:
parent
6143a64256
commit
3c9bb1e799
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ impl Isolate {
|
|||
}
|
||||
|
||||
pub fn execute(
|
||||
&mut self,
|
||||
&self,
|
||||
js_filename: &str,
|
||||
js_source: &str,
|
||||
) -> Result<(), DenoException> {
|
||||
|
|
Loading…
Reference in a new issue