Skip to content

Commit

Permalink
Merge pull request #193 from SgLy/feat-expose-dispatch-error
Browse files Browse the repository at this point in the history
feat(core): expose dispatchError
  • Loading branch information
LastLeaf committed Aug 27, 2024
2 parents c937dba + 1be25ce commit fe4cc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glass-easel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export * as template from './tmpl'
export { TraitBehavior } from './trait_behaviors'
export { VirtualNode } from './virtual_node'
export {
dispatchError,
addGlobalErrorListener,
addGlobalWarningListener,
removeGlobalErrorListener,
Expand Down

0 comments on commit fe4cc36

Please sign in to comment.