Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rgychiu committed Nov 17, 2023
1 parent 52ea124 commit 3e484a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class ClaFileRepository {
return [claFile, createResult.data.commit.sha];
}
else {
throw new Error(`Failed to get CLA file contents: ${error.message}. Details: ${JSON.stringify(error)}`);
throw new Error(`Failed to get CLA file contents: ${error.message}. Details: ${JSON.stringify(error.stack)}`);
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 3e484a5

Please sign in to comment.