We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d097e4 commit dbab930Copy full SHA for dbab930
lib/commands/check_command.ts
@@ -21,7 +21,7 @@ export async function runCheckCommand(args: CheckCommand) {
21
}
22
23
async function getOriginalSourceHash() {
24
- const filePath = args.outDir.join(output.bindingJsBg.path.basename());
+ const filePath = args.outDir.join(`${output.crateName}.${args.bindingJsFileExt}`);
25
try {
26
return getSourceHashFromText(
27
await filePath.readText(),
0 commit comments