Skip to content

Commit

Permalink
chore: update deps. remove weird code in retry handler
Browse files Browse the repository at this point in the history
  • Loading branch information
petey committed Nov 6, 2017
1 parent 55bc204 commit 4fb3433
Show file tree
Hide file tree
Showing 4 changed files with 3,787 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CVS/
.svn
*~
.com.apple.timemachine.supported
.nyc_output
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ function execRetry(config, callback) {

c.method.apply(c.context, attemptArgs);
});
const a = [1, 2, 3, 4];
const b = { a, c };

a.push(5);

return b || a;
}

/**
Expand Down
Loading

0 comments on commit 4fb3433

Please sign in to comment.