Commit 5b4ff563 authored by Ovidiu Cherecheș's avatar Ovidiu Cherecheș Committed by Joe Haddad
Browse files

Export dismissRuntimeErrors function (#3414)

parent 231873e9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -87,7 +87,7 @@ function handleRuntimeError(errorRecord) {
update();
}
function dismissRuntimeErrors() {
export function dismissRuntimeErrors() {
currentRuntimeErrorRecords = [];
update();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment