mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
Update bugreport()
I left this out of the last commit accidentally.
This commit is contained in:
parent
f2a829aa23
commit
0b45b474f3
@ -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…
x
Reference in New Issue
Block a user