Skip to content

Commit

Permalink
fix: Added console log back
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmiravalir committed Aug 26, 2021
1 parent be144a3 commit 6673e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-version-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ const getVersionType = async () => {
return -1;
};
(async () => {
return getVersionType();
console.log(await getVersionType());
})();

0 comments on commit 6673e2c

Please sign in to comment.