git.r.bdr.sh
/
rbdr
/
cologne
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pass the objects directly to the console.
[rbdr/cologne]
/
lib
/
formatters
/
token.js
diff --git
a/lib/formatters/token.js
b/lib/formatters/token.js
index 40d4f599d1a64d6b4863fabdcc5bdfe6b0365c70..f562f1c9fbeceb8beddcef1ec278952f4fff19bd 100644
(file)
--- a/
lib/formatters/token.js
+++ b/
lib/formatters/token.js
@@
-71,6
+71,10
@@
}
});
}
});
+ if (Cobalt.Formatter.Token.__objectSpy) {
+ Cobalt.Formatter.Token.__objectSpy.destroy();
+ }
+
if (typeof require === 'function') {
global.Token = Cobalt.Formatter.Token;
} else {
if (typeof require === 'function') {
global.Token = Cobalt.Formatter.Token;
} else {