Add missing comma
This commit is contained in:
@@ -33,7 +33,7 @@ bool function pulseRequestData(string givenURL, table parameterTable, string tab
|
||||
pulseSuccessBool = false
|
||||
} else {
|
||||
pulseSuccessBool = true
|
||||
pulsePrintt(format("%s %s is unreachable.", response.statusCode, givenURL))
|
||||
pulsePrintt(format("%s, %s is unreachable.", response.statusCode, givenURL))
|
||||
}
|
||||
}
|
||||
void functionref (HttpRequestFailure) onFailure = void function(HttpRequestFailure failure)
|
||||
|
||||
Reference in New Issue
Block a user