Skip to content

Commit

Permalink
Temp fix compil for new Domkit onSourceLoad
Browse files Browse the repository at this point in the history
  • Loading branch information
Speedphoenix committed Feb 5, 2025
1 parent a50b3c0 commit 4ea11aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrt/impl/DomkitViewer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DomkitViewer {
clearImportNames(c);
}

public static function loadSource( path : String, pos : Position, fields : Array<Field> ) {
public static function loadSource( path : String, pos : Position, fields : Array<Field>, params : Array<Expr> ) {
var name = path.split("/").pop().split("_").join("-");
var dotPos = name.lastIndexOf(".");
if( dotPos >= 0 ) {
Expand Down

0 comments on commit 4ea11aa

Please sign in to comment.