Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 9252557

Browse files
Merge branch 'master' into improve-support-for-umbrella-projects
2 parents 3d759f9 + f16b3e5 commit 9252557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const handleResult = async (compileResult, filePath) => {
260260

261261
const getOpts = async filePath => ({
262262
cwd: await elixirProjectPath(filePath),
263-
throwOnStdErr: false,
263+
throwOnStderr: false,
264264
stream: 'both',
265265
allowEmptyStderr: true,
266266
env: { MIX_ENV: mixEnv },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"language-elixir"
4646
],
4747
"dependencies": {
48-
"atom-linter": "^9.0.0",
48+
"atom-linter": "^10.0.0",
4949
"atom-package-deps": "^4.5.0",
5050
"tmp": "^0.0.31"
5151
},

0 commit comments

Comments
 (0)