Skip to content

Commit c916937

Browse files
marcelklehrCopilot
andauthored
fix mind-o
Co-authored-by: Copilot <[email protected]>
1 parent 98e9e8b commit c916937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors/Error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,6 @@ export class GitPushError extends FloccusError {
377377
super(`E044: Git push operation failed: ${errorMessage}`)
378378
this.code = 44
379379
this.errorMessage = errorMessage
380-
Object.setPrototypeOf(this, AdditionFailsafeError.prototype)
380+
Object.setPrototypeOf(this, GitPushError.prototype)
381381
}
382382
}

0 commit comments

Comments
 (0)