Skip to content

Commit

Permalink
Update fetchMetals.ts
Browse files Browse the repository at this point in the history
Added Issue number
  • Loading branch information
siddhant3s authored Dec 13, 2020
1 parent 0247f87 commit ba02a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metals-languageclient/src/fetchMetals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function fetchMetals({
...extraEnv,
...process.env,
},
stdio: ["ignore"],
stdio: ["ignore"], // Due to Issue: #219
}
);
}

0 comments on commit ba02a8c

Please sign in to comment.