Skip to content

Commit

Permalink
Hotfix: CLI watch flag causes hang (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
expede authored Jun 21, 2021
1 parent d8bb650 commit f2fa2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fission-cli/library/Fission/CLI/Handler/App/Publish.hs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ publish
return (hashCache, timeCache)

void $ handleTreeChanges runner proof appURL updateData timeCache hashCache watchMgr absBuildPath
forever . liftIO $ threadDelay 1_000_000 -- Sleep main thread
liftIO . forever $ threadDelay 1_000_000 -- Sleep main thread

success appURL

Expand Down
2 changes: 1 addition & 1 deletion fission-cli/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fission-cli
version: '2.14.1.0'
version: '2.14.2.0'
category: CLI
author:
- Brooklyn Zelenka
Expand Down

0 comments on commit f2fa2d9

Please sign in to comment.