Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Fix path to worker_protocol.proto in ts_library for @npm/typescript package... #455

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/tsc_wrapped/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ declare namespace workerProto {
*/
function loadWorkerPb() {
const protoPath =
'../worker_protocol.proto';
'../../third_party/github.com/bazelbuild/bazel/src/main/protobuf/worker_protocol.proto';

// Use node module resolution so we can find the .proto file in any of the
// root dirs
Expand Down