Skip to content

Commit 1fb031d

Browse files
committed
improve debug message
1 parent 52a6a5b commit 1fb031d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ export async function rBinaryPath(
181181
}
182182

183183
// We couldn't find R, just pass the binary itself and hope it works out!
184-
debug(`Quarto did no found ${binary} and will try to use it directly.`);
184+
debug(
185+
`Quarto did not find ${binary} and will try to use it directly from the path.`,
186+
);
185187
return setPath(binary);
186188
}
187189

0 commit comments

Comments
 (0)