Skip to content

Commit 6da72b8

Browse files
Add more context in the explanation
1 parent 10f8404 commit 6da72b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/worker-manager.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import {getPackageRoot, autobind} from './helpers';
1111
// ready, and `GitShellOutStrategy` will use its fallback approach of spawning
1212
// `git` processes more directly via `dugite` (which works fine). This allows
1313
// us to bail without even trying to start another renderer process.
14+
//
15+
// NOTE: For the reasons explained in
16+
// https://github.com/pulsar-edit/github/pull/45, `WorkerManager` is now
17+
// permanently disabled. This automatically triggers the fallback strategy
18+
// described above and is a prelude to the removal of `WorkerManager` entirely.
1419
const ENABLED = false;
1520

1621
export default class WorkerManager {

0 commit comments

Comments
 (0)