Skip to content

Commit a244b35

Browse files
committed
Convention
1 parent 6844ecf commit a244b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$env:FLASK_DEBUG=0
22
$env:FLASK_APP="server:create_server"
33

4-
if ([bool](Get-job -Name GreenRockFlask -ea silentlycontinue)){
4+
if ([bool](Get-job -Name GreenRockFlask -ErrorAction SilentlyContinue)){
55
Get-Job -Name GreenRockFlask | Stop-Job
66
Get-Job -Name GreenRockFlask | Remove-Job
77
}

0 commit comments

Comments
 (0)