mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
better error messages
This commit is contained in:
parent
4bc93792db
commit
fc0f30352e
@ -1365,7 +1365,7 @@ async function reloadAll(do_search) {
|
||||
}
|
||||
await drawAll();
|
||||
} catch (e) {
|
||||
showError(e.toString());
|
||||
showError(e.message);
|
||||
}
|
||||
enableButtons();
|
||||
}
|
||||
@ -1472,7 +1472,7 @@ async function start() {
|
||||
drawAll();
|
||||
}
|
||||
} catch (e) {
|
||||
showError(e.toString());
|
||||
showError(e.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user