You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message should also contain some information where the constant has been declared. At least which module or better in which module and namespace.
0$ dao ~/__dao_constant_cannot_be_modified.dao
[[ERROR]] in file "/home/test/__dao_constant_cannot_be_modified.dao":
At line 5 : Invalid for loop --- " for (col in _cols) cols[col[1]] ... ";
At line 5 : Constant cannot be modified --- " col ";
The text was updated successfully, but these errors were encountered:
The error message should also contain some information where the constant has been declared. At least which module or better in which module and namespace.
The text was updated successfully, but these errors were encountered: