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 8f7b197 commit cb6c56cCopy full SHA for cb6c56c
src/utils/releases.ts
@@ -86,7 +86,7 @@ function handleRegex(obj: Release, regex: RegExp, onMatch: (match: string) => st
86
87
console.info(result);
88
if (result.map == null) {
89
- console.warn("Yeah it cannot find the map method")
+ console.warn("Yeah it cannot find the map method");
90
return;
91
}
92
0 commit comments