mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
Allow using a hash to restore SARIF results from a cache and reuse them.
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// Generated by CoffeeScript 1.12.7
|
||||
(function() {
|
||||
var XMLDOMErrorHandler;
|
||||
|
||||
module.exports = XMLDOMErrorHandler = (function() {
|
||||
function XMLDOMErrorHandler() {}
|
||||
|
||||
XMLDOMErrorHandler.prototype.handleError = function(error) {
|
||||
throw new Error(error);
|
||||
};
|
||||
|
||||
return XMLDOMErrorHandler;
|
||||
|
||||
})();
|
||||
|
||||
}).call(this);
|
||||
Reference in New Issue
Block a user