mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
change codegen to not alert by default on error
This commit is contained in:
parent
b04520a352
commit
8ec9d4d1e5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ fn write_ts_method(
|
||||||
let comments = format_comments(comments);
|
let comments = format_comments(comments);
|
||||||
let proto_method_name = method_name;
|
let proto_method_name = method_name;
|
||||||
let options = if is_launcher {
|
let options = if is_launcher {
|
||||||
"{ ...options, customProtocol: true }"
|
"{ ...options, customProtocol: true, alertOnError: false }"
|
||||||
} else {
|
} else {
|
||||||
"options"
|
"options"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue