We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ee5095 + d2d9958 commit d4c0547Copy full SHA for d4c0547
2 files changed
index.js
@@ -48,7 +48,7 @@ ${_options.messageTitle}: ${message}
48
`;
49
50
if (code) {
51
- errorData += `${_options.codeTitle}: ${code}`;
+ errorData += `${_options.codeTitle}: ${code}\n`;
52
}
53
54
if (_options.isWritePureDate) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "error-printer",
3
- "version": "1.0.0-pre-alpha.3",
+ "version": "1.0.0-pre-alpha.4",
4
"description": "This project was developed for Node JS APIs need to error handling on production.",
5
"main": "index.js",
6
"scripts": {
0 commit comments