@jsenv/github-check-run
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "@jsenv/github-check-run", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Interact with GitHub check rest API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -188,3 +188,3 @@ /** | ||
}); | ||
if (pendingAbortController.signal.aborted) { | ||
if (pendingAbortController && pendingAbortController.signal.aborted) { | ||
return; | ||
@@ -191,0 +191,0 @@ } |
11804