Skip to content

Commit 9079fc6

Browse files
committed
Update DependencyDownloadInProgress message (#456)
1 parent 92b819c commit 9079fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/PowerShellWorkerStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<value>A new PowerShell manager instance is added to the pool. Current pool size '{0}'.</value>
210210
</data>
211211
<data name="DependencyDownloadInProgress" xml:space="preserve">
212-
<value>The first managed dependency download is in progress, function execution will continue when it's done. Subsequent updates will be performed in the background.</value>
212+
<value>The first managed dependency download is in progress, function execution will continue when it's done. Depending on the content of requirements.psd1, this can take a few minutes. Subsequent function executions will not block and updates will be performed in the background.</value>
213213
</data>
214214
<data name="OutputBindingAlreadySet" xml:space="preserve">
215215
<value>The output binding '{0}' is already set with a value. The type of the output binding is '{1}'. It only accepts one message/record/file per a Function invocation. To override the value, use '-Clobber'.</value>

0 commit comments

Comments
 (0)