sendCtrlAltDelete has an undefined reference to the spice connection object
The call to sendCtrlAltDelete
has references to the variable sc
but it is not defined. The spice connection object should be passed in as an argument (or possibly pulled from window.spice_connection
).