mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-16 15:28:24 +00:00
Complete switch over to pegjs
This commit is contained in:
@@ -107,8 +107,8 @@ var commandLineSwitches = {
|
||||
recipe = new Recipe({
|
||||
filepath: args[0],
|
||||
store: store
|
||||
},function() {
|
||||
callback(null);
|
||||
},function(err) {
|
||||
callback(err);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user