Skip to content

Commit

Permalink
add missing builtin, missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Oct 25, 2024
1 parent 60fff64 commit 436b660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type Project_Description
namespace self = self.ns

## PRIVATE
enso_project_builtin = @Builtin_Method "Project_Description.enso_project_builtin"
enso_project_builtin module = @Builtin_Method "Project_Description.enso_project_builtin"

## ICON enso_icon
Returns the Enso project description for the project that the engine was
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ type Project_Description

name self = self.prim_config.name

enso_project_builtin module = @Builtin_Method "Project_Description.enso_project_builtin"

enso_project = Project_Description.enso_project_builtin Nothing

0 comments on commit 436b660

Please sign in to comment.