Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d8a020 + 822c314 commit 1045016Copy full SHA for 1045016
lib/doc/cell.js
@@ -753,7 +753,7 @@ var Value = {
753
return Cell.Types.SharedString;
754
} else {
755
//console.log('Error: value=' + value + ', type=' + typeof value)
756
- throw new Error('I could not understand type of value: ');
+ throw new Error('Could not understand type of value: ' + JSON.stringify(value) + ' - typeof: ' + typeof value);
757
}
758
},
759
0 commit comments