mirror of
https://github.com/sern-handler/handler
synced 2026-06-22 15:52:16 +00:00
fix: forgot to add required type property in comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user