diff --git a/rslib/proto/typescript.rs b/rslib/proto/typescript.rs index 66cc7e590..ddecb97fc 100644 --- a/rslib/proto/typescript.rs +++ b/rslib/proto/typescript.rs @@ -84,7 +84,7 @@ fn write_ts_method( let comments = format_comments(comments); let proto_method_name = method_name; let options = if is_launcher { - "{ ...options, customProtocol: true }" + "{ ...options, customProtocol: true, alertOnError: false }" } else { "options" };