We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce6260 commit 19f4169Copy full SHA for 19f4169
priv/libexec/commands/win/install.ps1
@@ -51,7 +51,6 @@ $argv += @("-comment", (ensure-quoted $desc))
51
$argv += @($name_type, $Env:NAME)
52
$argv += @("-workdir", $Env:RELEASE_ROOT_DIR)
53
$argv += @("-machine", $start_erl)
54
-$argv += @("-debugtype", "new")
55
$argv += @("-stopaction", (ensure-quoted "init:stop()."))
56
$argv += @("-args", (ensure-quoted $service_args))
57
0 commit comments