Skip to content

Commit 3fa083f

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bazel/ts_project/strict_deps/index.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import {readTsConfig} from './tsconfig.mjs';
1919
const [manifestExecPath, expectedFailureRaw] = process.argv.slice(2);
2020
const expectedFailure = expectedFailureRaw === 'true';
2121

22-
assert(process.env['JS_BINARY__RUNFILES'] !== undefined, 'JS_BINARY__RUNFILES is not defined');
23-
assert(process.env['TEST_WORKSPACE'] !== undefined, 'TEST_WORKSPACE is not defined');
22+
assert(process.env['JS_BINARY__RUNFILES'], 'JS_BINARY__RUNFILES is not defined');
23+
assert(process.env['TEST_WORKSPACE'], 'TEST_WORKSPACE is not defined');
2424

2525
const runfilesRoot = path.join(process.env['JS_BINARY__RUNFILES'], process.env['TEST_WORKSPACE']);
2626
const manifest: StrictDepsManifest = JSON.parse(await fs.readFile(manifestExecPath, 'utf8'));

0 commit comments

Comments
 (0)