1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

notifications: fixup formatting and add to get-deps script

This commit is contained in:
Wez Furlong 2019-12-04 18:33:36 -08:00
parent c547b03b8b
commit 09840dd011
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@ if test -e /etc/centos-release || test -e /etc/fedora-release; then
yum install -y \
make \
g++ \
dbus-devel \
fontconfig-devel \
openssl-devel \
libxcb-devel \
@ -23,6 +24,7 @@ case `lsb_release -ds` in
bsdutils \
cmake \
fakeroot \
libdbus-1-dev \
libegl1-mesa-dev \
libssl-dev \
libfontconfig1-dev \

View File

@ -154,7 +154,8 @@ impl ConfigInner {
.body(&format!("{}", err))
// timeout isn't respected on macos
.timeout(0)
.show().ok();
.show()
.ok();
}
self.error.replace(err.to_string());