Skip to content

Commit

Permalink
fix: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 29, 2023
1 parent 08a1a41 commit 621bbbc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,9 @@ export class CasparCGDevice extends DeviceWithState<State, DeviceOptionsCasparCG
.catch((error) => {
return {
result: ActionExecutionResultCode.Error,
response: error.toString(),
response: t('{{message}}', {
message: error.toString(),
}),
}
})
}
Expand Down

0 comments on commit 621bbbc

Please sign in to comment.