Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
5114c32810
commit
fa7acd2482
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export async function testEnvironment(
|
||||||
const cwd = asString(config.cwd, process.cwd());
|
const cwd = asString(config.cwd, process.cwd());
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await ensureAbsoluteDirectory(cwd, { createIfMissing: true });
|
await ensureAbsoluteDirectory(cwd, { createIfMissing: false });
|
||||||
checks.push({
|
checks.push({
|
||||||
code: "opencode_cwd_valid",
|
code: "opencode_cwd_valid",
|
||||||
level: "info",
|
level: "info",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue