Fix debug namespaces

Summary: @​public
Have a top-level debug namespace: `ReactNativePackager`
And add a couple of debugs in the transformer. This is ground work for adding a verbose option.

Reviewed By: @DmitrySoshnikov

Differential Revision: D2489960
This commit is contained in:
Amjad Masad
2015-09-29 16:06:42 -07:00
committed by facebook-github-bot-4
parent b903754116
commit 42b5cd59e4
7 changed files with 12 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
*/
'use strict';
const debug = require('debug')('ReactPackager:DependencyGraph');
const debug = require('debug')('ReactNativePackager:DependencyGraph');
const util = require('util');
const path = require('path');
const isAbsolutePath = require('absolute-path');