Add missing comma

This commit is contained in:
okvdai
2023-06-19 13:42:18 +02:00
parent 81b1b4f928
commit d4efc94e7d
@@ -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)