mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Update bugreport()
I left this out of the last commit accidentally.
This commit is contained in:
parent
f2a829aa23
commit
0b45b474f3
1 changed files with 2 additions and 2 deletions
|
@ -2010,8 +2010,8 @@ int create_directory(const wcstring &d) {
|
|||
}
|
||||
|
||||
__attribute__((noinline)) void bugreport() {
|
||||
debug(0, _(L"This is a bug. Break on bugreport to debug."));
|
||||
debug(0, _(L"If you can reproduce it, please send a bug report to %s."), PACKAGE_BUGREPORT);
|
||||
debug(0, _(L"This is a bug. Break on 'bugreport' to debug."));
|
||||
debug(0, _(L"If you can reproduce it, please report: %s."), PACKAGE_BUGREPORT);
|
||||
}
|
||||
|
||||
wcstring format_size(long long sz) {
|
||||
|
|
Loading…
Reference in a new issue