We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260f6ec commit 44905b1Copy full SHA for 44905b1
lib/node_modules/@stdlib/plot/ctor/lib/view/view.browser.js
@@ -50,7 +50,7 @@ function view( plot, viewer, vtree ) {
50
// TODO: ASCII
51
return;
52
}
53
- throw new Error( 'invalid argument. Must provide a supported viewer. Value: `%s`.', viewer ) );
+ throw new Error( format( 'invalid argument. Must provide a supported viewer. Value: `%s`.', viewer ) );
54
55
56
0 commit comments