mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
loading schemas indicator + error reporting
This commit is contained in:
@@ -214,6 +214,7 @@ async function handleDriverDataCore(msgid, callMethod) {
|
||||
}
|
||||
|
||||
async function handleSchemaList({ msgid }) {
|
||||
logger.debug('Loading schema list');
|
||||
return handleDriverDataCore(msgid, driver => driver.listSchemas(dbhan));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user