Skip to content

Commit 21eb482

Browse files
committed
Test error in example
1 parent 0dd83e9 commit 21eb482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const extension: JupyterFrontEndPlugin<void> = {
2121
caption: 'Execute jlab-examples:command Command',
2222
execute: (args: any) => {
2323
const orig = args['origin'];
24-
console.log(`jlab-examples:command has been called from ${orig}.`);
24+
console.loga(`jlab-examples:command has been called from ${orig}.`);
2525
if (orig !== 'init') {
2626
window.alert(`jlab-examples:command has been called from ${orig}.`);
2727
}

0 commit comments

Comments
 (0)