fix: forgot to add required type property in comment

This commit is contained in:
Jacob Nguyen
2022-06-28 10:40:23 -05:00
parent ea8cb4ddd1
commit 237179f590

View File

@@ -47,6 +47,7 @@ export function init(wrapper: Wrapper) {
* // events/level.ts
* export default eventModule({
* emitter: 'Level',
* type : EventType.External,
* name: 'error',
* execute(args) {
* console.log(args)