mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(plugins) arrow -> function
This commit is contained in:
parent
0ab099825d
commit
59e9ae9480
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ module.exports = currify(function(plugins, req, res, next) {
|
|||
if (!plugins || !plugins.length)
|
||||
return res.send('');
|
||||
|
||||
files.readPipe(plugins, res, (e) => {
|
||||
files.readPipe(plugins, res, function(e) {
|
||||
if (!e)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue