Skip to content

Commit 341d462

Browse files
author
github-actions
committed
[actions] Build of 0eb647d
1 parent 1852a6a commit 341d462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var Status;
1313
Status["Failure"] = "Failure";
1414
Status["Warning"] = "Warning";
1515
Status["Ok"] = "Correct";
16-
})(Status = exports.Status || (exports.Status = {}));
16+
})(Status || (exports.Status = Status = {}));
1717
class Result {
1818
constructor(status, message = '', commit = undefined) {
1919
this.status = Status.Failure;

typescript/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)