diff --git a/velocity.js b/velocity.js index 9e4c0ddb..b58a7edd 100644 --- a/velocity.js +++ b/velocity.js @@ -2868,7 +2868,7 @@ if (promiseData.promise) { promiseData.rejecter(new Error(abortError)); } else { - console.log(abortError); + window.console && console.log(abortError); } return getChain();