More plugin -> extension

This commit is contained in:
Alex Dima
2016-03-01 18:54:25 +01:00
parent 533844ab8d
commit a3bdfe7ede
19 changed files with 78 additions and 78 deletions

View File

@@ -18,7 +18,7 @@ interface IRendererConnection {
}
// This calls exit directly in case the initialization is not finished and we need to exit
// Otherwise, if initialization completed we go to pluginHostMain.terminate()
// Otherwise, if initialization completed we go to extensionHostMain.terminate()
let onTerminate = function() {
exit();
};