Skip to content

Commit

Permalink
logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankasikci committed Aug 27, 2019
1 parent 34052e8 commit 7da5b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func cleanUpMapIISimpleInstructions(instructionName string, value interface{}) I
return cleanUpUserMap(v)
}

panic("Unknown instruction in cleanUpMapIISimpleInstructions method!")
panic(errorStringWithType(value))
}

func cleanUpMapIIComplexInstructions(instructionName string, value interface{}) Instruction {
Expand Down

0 comments on commit 7da5b2c

Please sign in to comment.