mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 08:57:25 +00:00
Add links to original files
This commit is contained in:
parent
f903b78745
commit
a9842cd696
6 changed files with 27 additions and 17 deletions
|
|
@ -11,7 +11,7 @@ const noopHandlers = [
|
|||
'onFileNameRequest',
|
||||
'onExit',
|
||||
'setSend'
|
||||
].reduce((acc, x) => (acc[x] = noop, acc), {})
|
||||
].reduce((acc, x) => ((acc[x] = noop), acc), {})
|
||||
|
||||
module.exports = handlers_ => {
|
||||
const handlers =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue