mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Handle errors during database upload
This commit is contained in:
Generated
+5
@@ -408,4 +408,9 @@ function getRequiredEnvParam(paramName) {
|
||||
return value;
|
||||
}
|
||||
exports.getRequiredEnvParam = getRequiredEnvParam;
|
||||
function isHTTPError(arg) {
|
||||
var _a;
|
||||
return ((_a = arg) === null || _a === void 0 ? void 0 : _a.status) !== undefined && Number.isInteger(arg.status);
|
||||
}
|
||||
exports.isHTTPError = isHTTPError;
|
||||
//# sourceMappingURL=util.js.map
|
||||
Reference in New Issue
Block a user