Code `db.run('INSERT INTO foo ...', function (err) { console.log(err, this.lastID) })` prints `null undefined` Using Electron 1.8 What am I doing wrong?