Skip to content

Commit aa3d057

Browse files
authored
Add comment to keep implemenatations in sync (#5603)
1 parent f08f392 commit aa3d057

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/WebJobs.Script/Host/FunctionMetadataProvider.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ internal static string ParseLanguage(string scriptFilePath, IEnumerable<RpcWorke
188188
return null;
189189
}
190190

191+
// Logic for this function is copied to:
192+
// https://github.com/projectkudu/kudu/blob/master/Kudu.Core/Functions/FunctionManager.cs
193+
// These two implementations must stay in sync!
194+
191195
/// <summary>
192196
/// Determines which script should be considered the "primary" entry point script. Returns null if Primary script file cannot be determined
193197
/// </summary>

0 commit comments

Comments
 (0)