summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 274206c18..bec97ea60 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -56,7 +56,7 @@ impl log::Log for Logger {
fn main() {
log::set_logger(&LOGGER).unwrap();
let args = env::args().collect();
- let mut isolate = isolate::Isolate::new(args, ops::msg_from_js);
+ let mut isolate = isolate::Isolate::new(args, ops::dispatch);
flags::process(&isolate.state.flags);
tokio_util::init(|| {
isolate