Skip to content

Commit 06977ce

Browse files
committed
1.3.9
1 parent 6ca0611 commit 06977ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function info(msg) {
3030
import * as fs from "fs";
3131
import * as path from "path";
3232
import os from "os";
33-
var PI_AGENT_DIR = path.join2(os.homedir(), ".pi", "agent");
33+
var PI_AGENT_DIR = path.join(os.homedir(), ".pi", "agent");
3434
function readJsonConfig(filePath, defaultValue = {}) {
3535
try {
3636
if (fs.existsSync(filePath)) {

0 commit comments

Comments
 (0)