Skip to content

Commit 506003c

Browse files
committed
Update reanalyze to version 2.10.0.
Forces the `exit` annotation to `let ()` binding.
1 parent bc95f87 commit 506003c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

syntax/package-lock.json

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

syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {},
1010
"devDependencies": {
1111
"jest": "^24.9.0",
12-
"reanalyze": "^2.9.0"
12+
"reanalyze": "^2.10.0"
1313
},
1414
"private": true,
1515
"scripts": {},

syntax/src/napkin_cli.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,3 +296,4 @@ let () =
296296
) files
297297

298298
end
299+
[@@raises exit]

0 commit comments

Comments
 (0)