Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jan 16, 2024
1 parent 9082b73 commit f1082ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegagoja.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function vega_render(logf, spec, loadf, cb) {
});
view.toSVG().then(cb);
} catch (e) {
logf(["RENDER ERROR"], e);
logf(["RENDER ERROR", e]);
throw e;
} finally {
if (view) {
Expand Down

0 comments on commit f1082ae

Please sign in to comment.