Skip to content

Commit 9822cf8

Browse files
authored
fixup! build: update dependency aspect_rules_js to v3
1 parent 6228dff commit 9822cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/http-server/server.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import send from 'send';
1414
import assert from 'node:assert';
1515

1616
// The current working directory is the runfiles root.
17-
const runfilesRoot = process.env['JS_BINARY__RUNFILES']!;
17+
const runfilesRoot = process.env['JS_BINARY__RUNFILES'];
1818
assert(runfilesRoot, 'Expected `JS_BINARY__RUNFILES` to be set.');
1919

2020
/**

0 commit comments

Comments
 (0)