We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add validations same as "Stylesheet.prototype.apply" method inside method below.
node-libxslt/index.js
Line 183 in c51e287
This method throws an error "TypeError: callback is not a function" if called only with 2 params as below:
// documentPath : some inaccessible invalid path stylesheet.applyToFile(documentPath, function(error, result) { if( !err ) { // handle success } else { // handle error } });
But above code works well with accessible valid value "documentPath".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please add validations same as "Stylesheet.prototype.apply" method inside method below.
node-libxslt/index.js
Line 183 in c51e287
This method throws an error "TypeError: callback is not a function" if called only with 2 params as below:
But above code works well with accessible valid value "documentPath".
The text was updated successfully, but these errors were encountered: