Skip to content

Commit a962633

Browse files
authored
feat: special character check (#797)
* feat: add config option for special character handling * chore: update dist files
1 parent fbbf385 commit a962633

File tree

4 files changed

+47
-29
lines changed

4 files changed

+47
-29
lines changed

dist/cleanup/index.js

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cleanup/src/helpers.d.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

+39-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export async function run() {
5353
switch (true) {
5454
case specialCharacterWorkaround:
5555
// 😳
56-
maxRetries = Number.MAX_SAFE_INTEGER;
5756
disableRetry = false;
57+
maxRetries = 12;
5858
break;
5959
case maxRetries < 1:
6060
maxRetries = 1;

0 commit comments

Comments
 (0)