Skip to content

Commit b18a11f

Browse files
committed
Fixed cleanupIdentifier arg type (#1051)
1 parent 06209ec commit b18a11f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/electron.renderer/data/Project.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,7 @@ class Project {
11881188
if( id==null )
11891189
return null;
11901190

1191+
id = Std.string(id);
11911192
id = StringTools.trim(id);
11921193

11931194
// Replace any invalid char with "_"

0 commit comments

Comments
 (0)