Skip to content

Commit

Permalink
Fixed cleanupIdentifier arg type (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jan 15, 2024
1 parent 06209ec commit b18a11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electron.renderer/data/Project.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ class Project {
if( id==null )
return null;

id = Std.string(id);
id = StringTools.trim(id);

// Replace any invalid char with "_"
Expand Down

0 comments on commit b18a11f

Please sign in to comment.