We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fbb37 commit 371d057Copy full SHA for 371d057
lib/chart.js
@@ -114,7 +114,7 @@ export const startExport = async (settings, endCallback) => {
114
);
115
} catch (error) {
116
return endCallback(
117
- new ExportError('[chart] Error loading raw input.').setError(error)
+ new ExportError('[chart] Error loading raw input.', 400).setError(error)
118
119
}
120
0 commit comments