Skip to content

Kernel crash using MAIN() #113

Open
Open
@antononcube

Description

Executing a Raku cell with this code crashes the Jupyter kernel (in both Visual Studio Code and Safari):

sub MAIN() {
    say 'HERE!!!';
}

I get the message:

Usage:
  jupyter-chatbook.raku

The Kernel crashed while executing code in the current cell or a previous cell. 
Please review the code in the cell(s) to identify a possible cause of the failure. 
Click [here](https://aka.ms/vscodeJupyterKernelCrash) for more info. 
View Jupyter [log](command:jupyter.viewOutput) for further details.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions