Skip to content

Commit

Permalink
Fix missing 'await', release e-kreta-cli@0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelymilan committed Feb 9, 2019
1 parent 85ebe64 commit b42631f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function _interactive() {
}

if (AVERAGES) {
_averages();
await _averages();
noFlag = false;
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e-kreta-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "Check your electronic diary - from right inside your terminal.",
"main": "cli.js",
"scripts": {},
Expand Down

0 comments on commit b42631f

Please sign in to comment.