fix
This commit is contained in:
@ -11,7 +11,9 @@ import { Menu } from './Menu';
|
||||
export class MainMenu extends Menu {
|
||||
public constructor (db: Database) {
|
||||
super ('Snippeteer Database');
|
||||
this.register_option ('quit', () => { /* noop */ });
|
||||
this.register_option ('quit', () => {
|
||||
// noop
|
||||
});
|
||||
this.register_option ('create table', () => {
|
||||
console.log ('table');
|
||||
});
|
||||
|
Reference in New Issue
Block a user