Skip to content

Commit 7de0bb5

Browse files
committed
Fix RunLineMarkerInfo
1 parent 2f24488 commit 7de0bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/joutvhu/intellij/dartscripts/PubspecLineMarkerProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private LineMarkerInfo<?> createMarkerInfo(YAMLKeyValue element) {
5555
AnAction action = new PubspecRunScriptAction(DartBundle.message("ds.action.name.run", scriptName), "", AllIcons.Actions.Execute);
5656
DefaultActionGroup actionGroup = new DefaultActionGroup();
5757
actionGroup.add(new LineMarkerActionWrapper(element, action));
58-
return new RunLineMarkerInfo(element, AllIcons.Actions.Execute, actionGroup);
58+
return new com.joutvhu.intellij.dartscripts.RunLineMarkerInfo(element, AllIcons.Actions.Execute, actionGroup);
5959
}
6060

6161
public static Map<String, String> getActionParams(YAMLKeyValue element) {

0 commit comments

Comments
 (0)