Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rpy-wpearl committed Oct 5, 2023
1 parent 5926d40 commit 6ea53ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/lib/sessions/observatory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const executeElementCommand = async function(
log.debug(`<<< ${JSON.stringify(data)} | previous command ${command}`);
if (data.isError) {
throw new Error(
`Cannot execute command ${command}, server reponse ${JSON.stringify(data, null, 2)}`,
`Cannot execute command ${command}, server response ${JSON.stringify(data, null, 2)}`,
);
}
return data.response;
Expand Down

0 comments on commit 6ea53ef

Please sign in to comment.