Add links to original files

This commit is contained in:
He4eT 2021-02-23 14:01:38 +05:00
commit a9842cd696
6 changed files with 27 additions and 17 deletions

View file

@ -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 =