This commit is contained in:
Gabe
2025-07-01 17:03:52 +08:00
parent 866a63ab6c
commit 07fca5b9af

View File

@@ -62,7 +62,7 @@ function TestButton({ translator, api }) {
useCache: false,
});
if (!text) {
throw new Error("empty reault");
throw new Error("empty result");
}
alert.success(i18n("test_success"));
} catch (err) {