We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc99f22 commit db502aaCopy full SHA for db502aa
lib/Local.js
@@ -60,7 +60,7 @@ function Local(){
60
}
61
62
63
- if(error) throw new LocalError(data);
+ if(error) throw new LocalError(error);
64
callback();
65
});
66
};
0 commit comments