There was an error while loading. Please reload this page.
1 parent 6f31979 commit 56b4f3bCopy full SHA for 56b4f3b
1 file changed
src/typescript/extension-manager/src/index.ts
@@ -139,7 +139,7 @@ class ExtensionManager extends manager.ManagerService {
139
logger.error(`worker error: ${error}`);
140
});
141
142
- worker.on("online", () => { });
+ worker.on("online", () => {});
143
144
const stdoutStream = fs.createWriteStream(stdoutLog);
145
const stderrStream = fs.createWriteStream(stderrLog);
0 commit comments