mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 17:00:23 +00:00
debug: log pip stderr on Sync Runtime failure
This commit is contained in:
parent
b5b25752a8
commit
d8912cff4e
1 changed files with 1 additions and 0 deletions
|
|
@ -2510,6 +2510,7 @@ class PaperForgeSettingTab extends PluginSettingTab {
|
|||
} else {
|
||||
btn.setDisabled(false);
|
||||
btn.setButtonText(t('runtime_health_sync'));
|
||||
console.error('[PaperForge] pip stderr:', result.stderr);
|
||||
new Notice(t('runtime_health_sync_fail').replace('{0}', 'pip exit code ' + result.exitCode), 8000);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue