missing merge changes

This commit is contained in:
Benjamin Pasero
2016-11-09 09:14:24 +01:00
parent 2e1545d59d
commit 218c005f6c
2 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ export class LifecycleService implements ILifecycleService {
c(true); // veto
});
vscodeWindow.send('vscode:beforeUnload', { okChannelReply: oneTimeOkEvent, cancelChannelReply: oneTimeCancelEvent, quitRequested: this.quitRequested });
vscodeWindow.send('vscode:beforeUnload', { okChannel: oneTimeOkEvent, cancelChannel: oneTimeCancelEvent, quitRequested: this.quitRequested });
});
}