Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hurrytospring committed Nov 12, 2018
1 parent f3291de commit 750d807
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion otto/ottoEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (b_vite) {
var provider = {
request(Method, Params = []) {
try {
var res = b_vite.send(Method, Params);
var res = b_vite.send({Method, Params});
} catch (e) {
return Promise.reject(e);
}
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 750d807

Please sign in to comment.