Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-bikkinin committed Sep 18, 2017
1 parent d4271d2 commit 9f04010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postlink/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var postlinks = [
];

//run them sequentially
var result = postlinks
postlinks
.reduce((p, fn) => p.then(fn), Promise.resolve())
.catch((err) => {
console.error(err.message);
Expand Down

0 comments on commit 9f04010

Please sign in to comment.