Currently, createSync() returns as soon as a resource execution errors out.
This leaves out a possibility that other alternate resources and associated resource sub-trees could still execute. For deeply nested and broad sub-trees this would be ensuring that all resources that can be executed are always executed.
Currently,
createSync()returns as soon as a resource execution errors out.This leaves out a possibility that other alternate resources and associated resource sub-trees could still execute. For deeply nested and broad sub-trees this would be ensuring that all resources that can be executed are always executed.