mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 13:12:56 +00:00
chore(lint): enable no-useless-assignment
This commit is contained in:
@@ -111,7 +111,7 @@ export async function runNodeDaemonInstall(opts: NodeDaemonInstallOptions) {
|
||||
}
|
||||
|
||||
const service = resolveNodeService();
|
||||
let loaded = false;
|
||||
let loaded;
|
||||
try {
|
||||
loaded = await service.isLoaded({ env: process.env });
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user