(actorPath)
| 683 | } |
| 684 | |
| 685 | function createActor(actorPath) { |
| 686 | if (container.support.I) return container.support.I |
| 687 | |
| 688 | // Default actor |
| 689 | container.support.I = actorFactory({}, Container) |
| 690 | |
| 691 | return container.support.I |
| 692 | } |
| 693 | |
| 694 | async function loadPluginAsync(modulePath, config) { |
| 695 | let pluginMod |