fenextjs-error
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,2 +8,3 @@ import { ErrorCode, ErrorProps } from "fenextjs-interface/cjs/Error"; | ||
message: string; | ||
msg: string; | ||
input?: string; | ||
@@ -10,0 +11,0 @@ data?: D; |
@@ -8,2 +8,3 @@ "use strict"; | ||
message; | ||
msg; | ||
input; | ||
@@ -16,2 +17,3 @@ data; | ||
this.message = (message ?? "") + (input ? ` [${input}]` : ""); | ||
this.msg = message ?? ""; | ||
this.data = data; | ||
@@ -18,0 +20,0 @@ this.input = input; |
{ | ||
"name": "fenextjs-error", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
Sorry, the diff of this file is not supported yet
39681
709