Skip to content

Commit 0c43cf3

Browse files
committed
Stdlib -> Core
1 parent 303ffbf commit 0c43cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/src/Packages.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ let newBsPackage ~rootPath =
9898
opens_from_bsc_flags
9999
|> List.find_opt (fun opn ->
100100
match opn with
101-
| ["RescriptStdlib"] -> true
101+
| ["RescriptCore"] -> true
102102
| _ -> false)
103103
|> Option.is_some
104104
then

0 commit comments

Comments
 (0)