Skip to content

Commit 1d015bf

Browse files
committed
please tell me this doesn't magically fix the tests?
1 parent f39be8e commit 1d015bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func newWorker(o workerOpt) (*worker, error) {
8383
if o.moduleID == 0 {
8484
return nil, fmt.Errorf("cannot add a multiple global workers with the same filename: %s", absFileName)
8585
}
86-
return existingWorker, nil
86+
// return existingWorker, nil
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)