Fix src block value.
This commit is contained in:
		
							parent
							
								
									dc0338e978
								
							
						
					
					
						commit
						680b176501
					
				| @ -74,7 +74,7 @@ to_wasm!( | |||||||
|             WasmSrcBlock { |             WasmSrcBlock { | ||||||
|                 additional_properties, |                 additional_properties, | ||||||
|                 language: original.language.map(|s| s.to_owned()), |                 language: original.language.map(|s| s.to_owned()), | ||||||
|                 value: original.value.to_owned(), |                 value: original.get_value().into_owned(), | ||||||
|                 switches: original.switches.map(|s| s.to_owned()), |                 switches: original.switches.map(|s| s.to_owned()), | ||||||
|                 parameters: original.parameters.map(|s| s.to_owned()), |                 parameters: original.parameters.map(|s| s.to_owned()), | ||||||
|                 number_lines: match original.number_lines { |                 number_lines: match original.number_lines { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander