Skip to content

Commit 0cf17f9

Browse files
committed
#1888 getNum empty cell error handling
1 parent c72d2f3 commit 0cf17f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/io/p5.TableRow.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ p5.TableRow.prototype.getNum = function(column) {
142142
}
143143

144144
if (ret.toString() === 'NaN') {
145-
throw 'Error: ' + this.obj[column]+ ' is NaN (Not a Number)';
146145
}
147146
return ret;
148147
};

0 commit comments

Comments
 (0)