fix logging
This commit is contained in:
parent
b3b5476076
commit
f878eee987
|
@ -380,8 +380,10 @@ function doYouHave(feature, yes, no) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function yesIndeed(msg, callback) {
|
function yesIndeed(msg, callback) {
|
||||||
if(console && console.log) console.log(msg);
|
return function() {
|
||||||
return callback;
|
if(console && console.log) console.log(msg);
|
||||||
|
return callback();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function after(value) {
|
function after(value) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user