Skip to content

Commit

Permalink
Fix Travis build (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongarc authored and sindresorhus committed Jan 1, 2020
1 parent fb905a2 commit 1083cce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -83,7 +83,6 @@ module.exports = async (target, options) => {
if (options.app) {
if (isWsl && options.app.startsWith('/mnt/')) {
const windowsPath = await wslToWindowsPath(options.app);
// eslint-disable-next-line require-atomic-updates
options.app = windowsPath;
}

Expand Down

0 comments on commit 1083cce

Please sign in to comment.