Skip to content

Commit 4ff0b4d

Browse files
committed
fix: restore credentials execsync and trim exports
1 parent 6ae9c87 commit 4ff0b4d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bin/lib/credentials.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
const fs = require("fs");
55
const path = require("path");
66
const readline = require("readline");
7+
const { execSync } = require("child_process");
78

89
const CREDS_DIR = path.join(process.env.HOME || "/tmp", ".nemoclaw");
910
const CREDS_FILE = path.join(CREDS_DIR, "credentials.json");

bin/lib/onboard.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,9 +2156,6 @@ module.exports = {
21562156
getFutureShellPathHint,
21572157
createSandbox,
21582158
getSandboxInferenceConfig,
2159-
getFutureShellPathHint,
2160-
createSandbox,
2161-
getSandboxInferenceConfig,
21622159
getInstalledOpenshellVersion,
21632160
getStableGatewayImageRef,
21642161
hasStaleGateway,

0 commit comments

Comments
 (0)