added a to-do
diff --git a/index.js b/index.js
index e29cbd5..4a153d1 100644
--- a/index.js
+++ b/index.js
@@ -196,6 +196,7 @@
         //Always use cordova fetch to obtain the npm or git template
         if (isGit || isNPM) {
             //Saved to .Cordova folder (ToDo: Delete installed template after using)
+            //ToDo: @carynbear properly label errors from fetch as such
             var tempDest = global_config_path;
             events.emit('log', 'Using cordova-fetch for '+ cfg.lib.www.url);
             return fetch(cfg.lib.www.url, tempDest, {});