mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-04 07:48:06 +00:00
Improvements to recipe error handling
This commit is contained in:
@@ -230,7 +230,7 @@ var processNextSwitch = function() {
|
||||
}
|
||||
csw.handler(s.args,function (err) {
|
||||
if(err) {
|
||||
throw err;
|
||||
throw "Error while executing option '--" + s.switchName + "' was:\n" + err;
|
||||
}
|
||||
process.nextTick(processNextSwitch);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user