You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The host validates that the `scriptFile` property is defined even though neither the host nor the worker needs it
31
-
// Long term we should adjust the host to remove that unnecessary validation, but for now we'll just set it to 'n/a'
32
-
rpcMetadata.scriptFile='n/a';
31
+
32
+
// The host validates that the `scriptFile` property is defined. Neither the host nor the worker needs it, but tooling like the portal may use it so we'll make a best guess
33
+
// (The real script file may be a separate file referenced from the entry point, or it may be coming from a different entry point entirely if there are some async shenanigans)
0 commit comments