[bugfix] Plugins: Add error handling. when error occurred while rendering a plugin, set status disabled and an error.
This commit is contained in:
@@ -270,7 +270,7 @@ config_page:
|
||||
label: "WebSocket Port"
|
||||
|
||||
notifications:
|
||||
save_success: "Settings have been saved"
|
||||
save_success: "Settings have been saved."
|
||||
|
||||
plugin_notifications:
|
||||
downloading: Downloading the plugin.
|
||||
@@ -282,6 +282,7 @@ plugin_notifications:
|
||||
updated_error: Update failed.
|
||||
|
||||
disabled_out_of_support: The plugin has been disabled. It's not supported on this VRCT version.
|
||||
disabled_due_to_an_error: "An error was detected while running the plugin. Please report this to the plugin developer."
|
||||
|
||||
is_enabled: The plugin has enabled.
|
||||
is_disabled: The plugin has disabled.
|
||||
@@ -282,6 +282,7 @@ plugin_notifications:
|
||||
updated_error: プラグインのアップデートに失敗しました。
|
||||
|
||||
disabled_out_of_support: 現在のバージョンとの互換性がありません。プラグインを無効にしました。
|
||||
disabled_due_to_an_error: プラグイン実行中にエラーを検知しました。プラグイン開発者に報告してください。
|
||||
|
||||
is_enabled: プラグインを有効にしました。
|
||||
is_disabled: プラグインを無効にしました。
|
||||
Reference in New Issue
Block a user