Correct error message when attempting to set oracledb.oracleClientVersion

This commit is contained in:
Christopher Jones 2018-02-06 14:06:16 +11:00
parent a01e943c5e
commit ae11ec0866
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ NAN_GETTER(njsOracledb::GetOracleClientVersion)
//-----------------------------------------------------------------------------
NAN_SETTER(njsOracledb::SetOracleClientVersion)
{
PropertyIsReadOnly("version");
PropertyIsReadOnly("oracleClientVersion");
}