fix (client): don't return undefined from native Mk:dialog implementation
fixes #10839
This commit is contained in:
parent
d84e62bab2
commit
9a929b7a99
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ export function createAiScriptEnv(opts) {
|
|||
title: title.value,
|
||||
text: text.value,
|
||||
});
|
||||
return values.NULL;
|
||||
}),
|
||||
"Mk:confirm": values.FN_NATIVE(async ([title, text, type]) => {
|
||||
const confirm = await os.confirm({
|
||||
|
|
Loading…
Reference in a new issue