lib/ld/error/parameter_error.rb in ld-0.3.6 vs lib/ld/error/parameter_error.rb in ld-0.4.1
- old
+ new
@@ -18,10 +18,10 @@
def raise hash
lines = []
case hash[:error_type]
when :example
- lines =
+ # lines =
when :scope
lines = [
"scope参数说明:",
" 1 不能为空",
" 2 格式'单元格1:单元格2',如'A1:B2'代表读取以A1与B2为对角的矩形范围中的所有内容",