mv log to util
This commit is contained in:
parent
581991b83e
commit
cfa5748f74
18 changed files with 32 additions and 26 deletions
|
|
@ -3,7 +3,7 @@
|
|||
var preconditions = require('preconditions').singleton();
|
||||
var loaded = 0;
|
||||
var SCOPES = 'https://www.googleapis.com/auth/drive';
|
||||
var log = require('../log');
|
||||
var log = require('../util/log');
|
||||
|
||||
function GoogleDrive(config) {
|
||||
preconditions.checkArgument(config && config.clientId, 'No clientId at GoogleDrive config');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue