diff options
Diffstat (limited to 'cli/op_fetch_asset.rs')
-rw-r--r-- | cli/op_fetch_asset.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/op_fetch_asset.rs b/cli/op_fetch_asset.rs index 3becc43d7..c936a9370 100644 --- a/cli/op_fetch_asset.rs +++ b/cli/op_fetch_asset.rs @@ -81,7 +81,7 @@ fn get_asset(name: &str) -> Option<&'static str> { } /// Warning: Returns a non-JSON op dispatcher. Must be manually attached to -/// CoreIsolate. +/// JsRuntime. pub fn op_fetch_asset<H: std::hash::BuildHasher, S>( custom_assets: HashMap<String, PathBuf, H>, ) -> impl Fn(Rc<S>, BufVec) -> Op { |