mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
support other SQLite wrappers, and various hooks needed by grist-static (#516)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
*/
|
||||
|
||||
|
||||
var log = require('app/server/lib/log');
|
||||
var Promise = require('bluebird');
|
||||
var log = require('./log');
|
||||
|
||||
var cleanupHandlers = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user