Skip to content

Commit

Permalink
fix: address feedbacks in denoland#1708
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Feb 9, 2019
1 parent 09bf5d8 commit 9ebc6a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

2 changes: 1 addition & 1 deletion tools/util.ts
Expand Up @@ -42,7 +42,7 @@ function findFilesWalk(paths: string[], depth: number) {

export const executableSuffix = platform.os === "win" ? ".exe" : "";

// Returns true if the path exists.
/** Returns true if the path exists. */
export function existsSync(path: string): boolean {
try {
lstatSync(path);
Expand Down

0 comments on commit 9ebc6a9

Please sign in to comment.