Skip to content

Commit

Permalink
fix: remove typo from error handling (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siolto committed Jul 4, 2022
1 parent 10eae1d commit d549c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-side-js/injectUI5.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ async function clientSide_injectUI5(config, waitForUI5Timeout, browserInstance)

window.wdi5.errorHandling = (done, error) => {
window.wdi5.Log.error("[browser wdi5] ERR: ", error)
done({ status: 1, messsage: error.toString() })
done({ status: 1, message: error.toString() })
}
}
)
Expand Down

0 comments on commit d549c74

Please sign in to comment.