mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore(lint): enable no-useless-assignment
This commit is contained in:
@@ -974,7 +974,7 @@ describe("install-cli.sh", () => {
|
||||
writeNpmFreshnessConflictFixture(join(nodeBin, "npm"), argsLog);
|
||||
|
||||
let result: ReturnType<typeof runInstallCliShell> | undefined;
|
||||
let argsOutput = "";
|
||||
let argsOutput;
|
||||
try {
|
||||
result = runInstallCliShell(
|
||||
[
|
||||
@@ -1012,7 +1012,7 @@ describe("install-cli.sh", () => {
|
||||
writeNpmBeforePolicyFixture(join(nodeBin, "npm"), argsLog);
|
||||
|
||||
let result: ReturnType<typeof runInstallCliShell> | undefined;
|
||||
let argsOutput = "";
|
||||
let argsOutput;
|
||||
try {
|
||||
result = runInstallCliShell(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user