excelCPU
excelCPU copied to clipboard
fix: Fix variable name error in varUseError function
In the varUseError
function, the print statement incorrectly used the variable name lineNumber
, which is used by other Error functions, instead of the provided parameter varName
.