Skip to content

Commit bde0606

Browse files
committed
utils.ts: Removed .trim() from the error message
1 parent 85d74c2 commit bde0606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function getErrorMessage({
6767
return getVerboseMessage({
6868
store,
6969
prefix: "Error",
70-
message: `Failed to ${actionName} ${getExtJson(zip).name}: ${error}`.trim()
70+
message: `Failed to ${actionName} ${getExtJson(zip).name}: ${error}`
7171
});
7272
}
7373

0 commit comments

Comments
 (0)