Skip to content

Commit

Permalink
Fix webpage fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Oct 23, 2018
1 parent 01aa1e4 commit 21332ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ WebSession.prototype.translate = async function (translate, translators) {

// If no more translators, save as webpage
if (!translators.length) {
this.saveWebpage(this.ctx, translate);
this.saveWebpage(translate);
return;
}

Expand Down

0 comments on commit 21332ad

Please sign in to comment.