Skip to content

Commit a83acc1

Browse files
committed
remove istanbul comments as they are old
1 parent 70b62bd commit a83acc1

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

src/functions/string-to-array.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export function stringToArray(string) {
2727

2828
return results
2929
} catch (error) {
30-
/* istanbul ignore next */
3130
core.error(`failed string for debugging purposes: ${string}`)
32-
/* istanbul ignore next */
3331
throw new Error(`could not convert String to Array - error: ${error}`)
3432
}
3533
}

0 commit comments

Comments
 (0)