Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jun 2, 2021
1 parent 9df54a7 commit f486733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# Logs
logs
*.log
Expand Down
4 changes: 1 addition & 3 deletions check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ readPkg(extensionPath).then((pkg: any) => {
}
})
.catch(console.error);
});

// `Update available: ${res.current} → ${res.latest}. Run \`npm install -g ${res.name}\``
});

0 comments on commit f486733

Please sign in to comment.