mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) move DocUsageBanner to ext
Summary: grist-ee build was failing since it didn't have a DocUsageBanner implementation available. Made the implementation added to monorepo available, since it will be useful to improve the activation banner. Test Plan: manaul Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D3452
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
// changed during construction of a query.
|
||||
|
||||
import * as sqlite3 from '@gristlabs/sqlite3';
|
||||
import * as log from 'app/server/lib/log';
|
||||
import {Mutex, MutexInterface} from 'async-mutex';
|
||||
import isEqual = require('lodash/isEqual');
|
||||
import {EntityManager, QueryRunner} from 'typeorm';
|
||||
@@ -102,6 +103,7 @@ export function applyPatch() {
|
||||
await queryRunner.commitTransaction();
|
||||
return result;
|
||||
} catch (err) {
|
||||
log.debug(`SQLite transaction error [${arg1} ${arg2}] - ${err}`);
|
||||
try {
|
||||
// we throw original error even if rollback thrown an error
|
||||
await queryRunner.rollbackTransaction();
|
||||
|
||||
Reference in New Issue
Block a user