mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: two worker should have different name
This fixes https://github.com/andywer/threads-plugin/issues/44
This commit is contained in:
parent
a3407bd460
commit
fa4e4d5092
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ import { Observer } from 'rxjs';
|
|||
|
||||
// @ts-expect-error it don't want .ts
|
||||
// eslint-disable-next-line import/no-webpack-loader-syntax
|
||||
import workerURL from 'threads-plugin/dist/loader?name=worker!./gitWorker.ts';
|
||||
import workerURL from 'threads-plugin/dist/loader?name=gitWorker!./gitWorker.ts';
|
||||
|
||||
@injectable()
|
||||
export class Git implements IGitService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue