Skip to content

Commit

Permalink
Fixed typo, refs #84
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 26, 2025
1 parent 4408b35 commit f8a21ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function startDatasette(settings) {
while True:
try:
csv_std.field_size_limit(field_size_limit)
csv.field_size_limit(field_size_limit)
break
except OverflowError:
field_size_limit = int(field_size_limit / 10)
Expand Down

0 comments on commit f8a21ab

Please sign in to comment.