1
0
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:
Jeremy Ruston
2011-12-28 22:07:17 +00:00
parent b27a99a7fb
commit ed2e2ab14c
10 changed files with 34 additions and 23 deletions

View File

@@ -107,8 +107,8 @@ var commandLineSwitches = {
recipe = new Recipe({
filepath: args[0],
store: store
},function() {
callback(null);
},function(err) {
callback(err);
});
}
}