In my code when I have some error in a callback function nothing is logged to the console? Is that a normal behavior?
1 Answer
in your test.js, write code like this:
//test.js mymodule.createDocumentation(data, function(){ callback(); });
Your Answer
Think you can help? Login to answer this question!