Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed May 6, 2018
1 parent 7e95c39 commit 494b431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paket.fs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ let private spawnPaket cmd =
if getConfig () then outputChannel.show ()

Process.spawnWithNotification location "mono" cmd outputChannel
|> Process.onExit(fun (code) ->
|> Process.onExit(fun code _ ->
startedMessage.dispose() |> ignore
if code.ToString() ="0" then
vscode.window.setStatusBarMessage ("Paket completed", 10000.0) |> ignore
Expand Down

0 comments on commit 494b431

Please sign in to comment.