made BinStore a static class
This commit is contained in:
@@ -200,7 +200,7 @@ class Terminal implements Process {
|
||||
}
|
||||
|
||||
private function getProgByName(name:String):Process {
|
||||
var bin = BinStore.instance.getBinByAlias(name);
|
||||
var bin = BinStore.getBinByAlias(name);
|
||||
if (bin == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user