We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d58b42 commit c97b1ecCopy full SHA for c97b1ec
src/WebJobs.Script/Environment/EnvironmentExtensions.cs
@@ -488,7 +488,7 @@ public static bool IsMultiLanguageRuntimeEnvironment(this IEnvironment environme
488
{
489
if (!isMultiLanguageEnabled.HasValue)
490
491
- isMultiLanguageEnabled = environment.IsLogicApp() && !environment.IsLogicAppCodefulModeEnabled();
+ isMultiLanguageEnabled = environment.IsLogicApp();
492
}
493
return isMultiLanguageEnabled.Value;
494
0 commit comments