mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-23 02:34:53 +00:00
Improve command line logging (#3704)
* Initial improvements * Fix broken merge
This commit is contained in:
@@ -120,7 +120,7 @@ Command.prototype.fetchFile = function(url,options,callback,redirectCount) {
|
||||
}
|
||||
});
|
||||
response.on("error",function(e) {
|
||||
console.log("Error on GET request: " + e);
|
||||
self.commander.log("Error on GET request: " + e);
|
||||
callback(e);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user