Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 2ee11a9

Browse files
committed
Update reanalyze to version 2.10.0.
Forces the `exit` annotation to `let ()` binding.
1 parent 20ed415 commit 2ee11a9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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.

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": {},

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)