Skip to content

Commit

Permalink
Make new release
Browse files Browse the repository at this point in the history
  • Loading branch information
fippli committed Apr 17, 2020
1 parent dd043ba commit 35fedc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var timeIt = (func, description) => /*#__PURE__*/_asyncToGenerator(function* ()
console.time(description);

try {
return yield func(...arguments); // Wait for the result here
return yield func(...arguments);
} catch (error) {
throw error;
} finally {
Expand Down
2 changes: 1 addition & 1 deletion lib/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var timeIt = (func, description) => /*#__PURE__*/_asyncToGenerator(function* ()
console.time(description);

try {
return yield func(...arguments); // Wait for the result here
return yield func(...arguments);
} catch (error) {
throw error;
} finally {
Expand Down

0 comments on commit 35fedc7

Please sign in to comment.