mv log to util
This commit is contained in:
parent
581991b83e
commit
cfa5748f74
18 changed files with 32 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
var cryptoUtil = require('../util/crypto');
|
||||
var InsightStorage = require('./InsightStorage');
|
||||
var inherits = require('inherits');
|
||||
var log = require('../log');
|
||||
var log = require('../util/log');
|
||||
var SEPARATOR = '%^#@';
|
||||
|
||||
function EncryptedInsightStorage(config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue