Skip to content

Commit

Permalink
add rz detect protocol support
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy201602 committed Nov 7, 2018
1 parent d169045 commit c2e2005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webterminal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
if (zsession.type === "receive") {
promise = _handle_receive_session(zsession);
}else {
uploadfile();
promise = uploadfile();
}

promise.catch( console.error.bind(console) ).then( () => {
Expand Down

0 comments on commit c2e2005

Please sign in to comment.