This commit is contained in:
2026-06-28 00:17:08 -05:00
parent 9de31d933b
commit 83409a5c25
6 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ impl ScriptHost {
Dynamic::from(info.clone()),
Dynamic::from(state.clone())
];
arg.map(|d| args.push(d));
if let Some(d) = arg { args.push(d) }
// Call this with opts tagging this call as our id. The write API will read
// that to find what queue to emit events to