Introduced JS report and refactored some doc generation. IO-585
This commit is contained in:
@@ -19,5 +19,8 @@ exports.inlinecss = (req, res) => {
|
||||
.then((inlinedHtml) => {
|
||||
res.send(inlinedHtml);
|
||||
})
|
||||
.catch((error) => res.send(error));
|
||||
.catch((error) => {
|
||||
console.log("Error while inlining CSS", JSON.stringify(error));
|
||||
res.send(error);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user