Skip to content

Commit e5f5f4d

Browse files
committed
work
1 parent f9b545f commit e5f5f4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CodeQLToolkit.Shared/Utils/Query.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ public string GetLanguageImportForLangauge()
113113
return "cpp";
114114
}
115115

116+
if(Language == "javascript")
117+
{
118+
return "javascript";
119+
}
120+
116121
throw new NotImplementedException();
117122
}
118123

0 commit comments

Comments
 (0)