mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
fix: renaming extension of postinstall script
This commit is contained in:
@@ -22,6 +22,13 @@ import { Repack } from "./entity";
|
||||
import { Notification } from "electron";
|
||||
import { t } from "i18next";
|
||||
import { In } from "typeorm";
|
||||
import creatWorker from "./workers/test?nodeWorker";
|
||||
|
||||
creatWorker({ workerData: "worker" })
|
||||
.on("message", (message) => {
|
||||
console.log(`\nMessage from worker: ${message}`);
|
||||
})
|
||||
.postMessage("");
|
||||
|
||||
startProcessWatcher();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user