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.
1 parent 036c5ab commit 4b89a24Copy full SHA for 4b89a24
src/datasource.ts
@@ -78,6 +78,8 @@ export class DataSource extends DataSourceApi<MyQuery, MyDataSourceOptions> {
78
frame.appendRow([timestamp, ...rest.map((r: any[]) => r[valueIndex])]);
79
});
80
81
+ throw new Error('TEST ERROR!');
82
+
83
return frame;
84
})
85
.catch((error) => {
0 commit comments