Updated node_mobules from what huskey wants to do
This commit is contained in:
4
node_modules/object-inspect/example/circular.js
generated
vendored
4
node_modules/object-inspect/example/circular.js
generated
vendored
@@ -1,4 +0,0 @@
|
||||
var inspect = require('../');
|
||||
var obj = { a: 1, b: [3,4] };
|
||||
obj.c = obj;
|
||||
console.log(inspect(obj));
|
||||
Reference in New Issue
Block a user