Skip to content

Commit 3f4940b

Browse files
committed
...
1 parent 3956e21 commit 3f4940b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
unit_tests:
1111
runs-on: "${{ matrix.os }}"
12+
timeout-minutes: 5
1213
strategy:
1314
matrix:
1415
os: [ubuntu-latest, macos-latest, windows-latest]

src/parse/parse_parameters.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ function parseReturn(parameters: string[], body: string[]): Returns {
9090
const returnType = parseReturnFromDefinition(parameters);
9191

9292
if (returnType == null || isIterator(returnType.type)) {
93-
//
9493
return parseFromBody(body, /(?:^|\W)return /);
9594
}
9695

0 commit comments

Comments
 (0)