We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e40f7c commit 87567deCopy full SHA for 87567de
hmm.json
@@ -1,14 +1,14 @@
1
{
2
"dependencies": [
3
4
+ "name": "thx.core",
5
"type": "haxelib",
- "name": "utest",
6
- "version": "1.5.0"
+ "version": "0.42.1"
7
},
8
9
+ "name": "utest",
10
- "name": "thx.core",
11
- "version": "0.42.1"
+ "version": "1.5.0"
12
}
13
]
14
-}
+}
run.n
0 Bytes
src/hmm/commands/RemoveCommand.hx
@@ -24,7 +24,7 @@ class RemoveCommand implements ICommand {
24
25
for (name in args) {
26
HmmConfigs.removeDependencyOrThrow(name);
27
- Shell.haxelibRemove(name, { log: true, throwError: true });
+ Shell.haxelibRemove(name, { log: true, throwError: false });
28
29
30
Shell.haxelibList({ log: true, throwError: true });
0 commit comments