We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7347bed + 82646ac commit eb6365cCopy full SHA for eb6365c
tasks/test_requirejs.js
@@ -19,7 +19,7 @@ define(function(require) {
19
if(plotly) {
20
console.log(plotly);
21
} else {
22
- console.error('Error: loading with requirejs');
+ throw 'Error: loading with requirejs';
23
}
24
25
// The value returned from the function is
0 commit comments