We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39be8e commit 1d015bfCopy full SHA for 1d015bf
worker.go
@@ -83,7 +83,7 @@ func newWorker(o workerOpt) (*worker, error) {
83
if o.moduleID == 0 {
84
return nil, fmt.Errorf("cannot add a multiple global workers with the same filename: %s", absFileName)
85
}
86
- return existingWorker, nil
+ // return existingWorker, nil
87
88
89
0 commit comments