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