tweak
This commit is contained in:
parent
eec137f33a
commit
c33313c50b
1 changed files with 1 additions and 2 deletions
|
@ -30,6 +30,5 @@ start ws = do
|
||||||
perform :: String -> CommandPerform
|
perform :: String -> CommandPerform
|
||||||
perform description = do
|
perform description = do
|
||||||
initialize
|
initialize
|
||||||
u <- getUUID
|
getUUID >>= describeUUID description
|
||||||
describeUUID u description
|
|
||||||
next $ return True
|
next $ return True
|
||||||
|
|
Loading…
Add table
Reference in a new issue