Skip to content

Commit

Permalink
Ignore errors during symlink.
Browse files Browse the repository at this point in the history
Mamoru1234 committed Sep 19, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f5d2168 commit 02b42ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/utils/ExtractTreeProvider.ts
Original file line number Diff line number Diff line change
@@ -119,6 +119,7 @@ export class ExtractTreeProvider {
.then(() => {
// tslint:disable-next-line
chmodSync(linkPath, constants.S_IXUSR | constants.S_IRUSR);
});
})
.catch(noop); // TODO: test that it's good idea to ignore error here
}
}

0 comments on commit 02b42ac

Please sign in to comment.