mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
536897a84c
commit
c31dd3ced9
@ -133,11 +133,15 @@ const driver = {
|
||||
time: new Date(),
|
||||
severity: 'info',
|
||||
});
|
||||
options.info({
|
||||
message: JSON.stringify(resValue),
|
||||
time: new Date(),
|
||||
severity: 'info',
|
||||
});
|
||||
try {
|
||||
options.info({
|
||||
message: JSON.stringify(resValue),
|
||||
time: new Date(),
|
||||
severity: 'info',
|
||||
});
|
||||
} catch (err) {
|
||||
console.log('Result cannot be stringified');
|
||||
}
|
||||
|
||||
const arrayRes = findArrayResult(resValue);
|
||||
if (arrayRes) {
|
||||
|
Loading…
Reference in New Issue
Block a user