mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
chore(runtime): minor comment improvement (#12191)
This commit is contained in:
parent
46245b830a
commit
d0e14ae82c
@ -56,8 +56,7 @@ pub struct WorkerOptions {
|
||||
pub user_agent: String,
|
||||
pub seed: Option<u64>,
|
||||
pub module_loader: Rc<dyn ModuleLoader>,
|
||||
// Callback that will be invoked when creating new instance
|
||||
// of WebWorker
|
||||
// Callback invoked when creating new instance of WebWorker
|
||||
pub create_web_worker_cb: Arc<ops::worker_host::CreateWebWorkerCb>,
|
||||
pub js_error_create_fn: Option<Rc<JsErrorCreateFn>>,
|
||||
pub maybe_inspector_server: Option<Arc<InspectorServer>>,
|
||||
|
Loading…
Reference in New Issue
Block a user