mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 14:03:23 +00:00
fix one more Defect
This commit is contained in:
@@ -107,7 +107,7 @@ block:
|
||||
result.add(-1)
|
||||
except ValueError:
|
||||
result.add(-1)
|
||||
except IndexDefect:
|
||||
except IndexError:
|
||||
result.add(2)
|
||||
except:
|
||||
result.add(3)
|
||||
|
||||
Reference in New Issue
Block a user