Attempt to fix ci

This commit is contained in:
Nick Cipollo
2020-07-20 21:53:20 -04:00
parent 067437b167
commit 7ca6e41462
10 changed files with 52 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GithubError = void 0;
class GithubError {
constructor(error) {
this.error = error;