yield clone()

in components/PathCellDemo.tsx [38:47]


		yield clone(result)

		// fullyQualifiedName + uri overshadowed by artifactDescription
		result.run = {
			artifacts: [{
				description: {
					text: 'Artifact Description'
				}
			}]
		} as Run