Skip to content
Snippets Groups Projects
Unverified Commit cbd183a7 authored by tsukimizake's avatar tsukimizake Committed by GitHub
Browse files

fix: return null from Mk:dialog (#10676)

parent d535ec21
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment