Skip to content

Commit 4b89a24

Browse files
committed
fixup! fixup! [Debug]
1 parent 036c5ab commit 4b89a24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/datasource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export class DataSource extends DataSourceApi<MyQuery, MyDataSourceOptions> {
7878
frame.appendRow([timestamp, ...rest.map((r: any[]) => r[valueIndex])]);
7979
});
8080

81+
throw new Error('TEST ERROR!');
82+
8183
return frame;
8284
})
8385
.catch((error) => {

0 commit comments

Comments
 (0)