Skip to content

Commit 87567de

Browse files
committed
Remove without failure
1 parent 7e40f7c commit 87567de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

hmm.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"dependencies": [
33
{
4+
"name": "thx.core",
45
"type": "haxelib",
5-
"name": "utest",
6-
"version": "1.5.0"
6+
"version": "0.42.1"
77
},
88
{
9+
"name": "utest",
910
"type": "haxelib",
10-
"name": "thx.core",
11-
"version": "0.42.1"
11+
"version": "1.5.0"
1212
}
1313
]
14-
}
14+
}

run.n

0 Bytes
Binary file not shown.

src/hmm/commands/RemoveCommand.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RemoveCommand implements ICommand {
2424

2525
for (name in args) {
2626
HmmConfigs.removeDependencyOrThrow(name);
27-
Shell.haxelibRemove(name, { log: true, throwError: true });
27+
Shell.haxelibRemove(name, { log: true, throwError: false });
2828
}
2929

3030
Shell.haxelibList({ log: true, throwError: true });

0 commit comments

Comments
 (0)