wrong argument in timeout switch

master
Mathias Buus 4 years ago
parent fc92548561
commit 3d8ddd21b5

@ -260,7 +260,7 @@ class Fuse extends Nanoresource {
clearTimeout(timeout)
if (err === TIMEOUT_ERRNO) {
switch (op) {
switch (name) {
case 'write':
case 'read':
return cb(TIMEOUT_ERRNO, 0, input[2])

Loading…
Cancel
Save