mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
fix (client): don't return undefined from native Mk:dialog implementation
fixes #10839
This commit is contained in:
parent
5a158b8de0
commit
4781e1971e
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