We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8c90d commit 8c0c55fCopy full SHA for 8c0c55f
src/util/call-comment.ts
@@ -42,7 +42,7 @@ export function getCommentSubject(
42
}
43
44
45
-function getProductName() {
+export function getProductName() {
46
const productName = process.env.PRODUCT_NAME;
47
48
if (!productName)
0 commit comments