mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-04 16:37:23 +00:00
Remove unnecessary handler
This commit is contained in:
parent
b9e4269aa4
commit
5c23d809c1
2 changed files with 2 additions and 2 deletions
|
|
@ -141,5 +141,6 @@ module.exports.handlers = {
|
|||
onFileRead,
|
||||
onFileWrite,
|
||||
onExit,
|
||||
/* */
|
||||
setSend
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ const noopHandlers = [
|
|||
'onFileNameRequest',
|
||||
'onFileRead',
|
||||
'onFileWrite',
|
||||
'onExit',
|
||||
'setSend'
|
||||
'onExit'
|
||||
].reduce((acc, x) => ((acc[x] = noop), acc), {})
|
||||
|
||||
const defaultLoggers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue