mv log to util

This commit is contained in:
Matias Alejo Garcia 2014-12-02 11:17:03 -03:00
commit cfa5748f74
18 changed files with 32 additions and 26 deletions

View file

@ -1,6 +1,6 @@
'use strict';
var preconditions = require('preconditions').singleton();
var log = require('../log');
var log = require('../util/log');
function PluginManager(config) {
this.registered = {};