flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
25
BACK_BACK/node_modules/relateurl/lib/util/devlog.js
generated
vendored
Executable file
25
BACK_BACK/node_modules/relateurl/lib/util/devlog.js
generated
vendored
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
"use strict";
|
||||
|
||||
var inspect = require("util").inspect;
|
||||
|
||||
|
||||
|
||||
function log(data)
|
||||
{
|
||||
console.log( inspect(data, {depth:null, colors:true}) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
function logAll(data)
|
||||
{
|
||||
console.log( inspect(data, {depth:null, showHidden:true, colors:true}) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
module.exports =
|
||||
{
|
||||
log: log,
|
||||
logAll: logAll
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue