Give NilAccessError a message (#11706)

(cherry picked from commit b8be1ccb85)
This commit is contained in:
Dominik Picheta
2019-07-11 10:14:38 +01:00
committed by narimiran
parent f7b061f597
commit 93b58ebe1b

View File

@@ -17,7 +17,7 @@
var se: ref NilAccessError
new(se)
se.name = "NilAccessError"
se.msg = ""
se.msg = "Could not access value because it is nil."
when defined(windows):
include "../system/ansi_c"