Skip to content

Commit

Permalink
fix(cubejs-server-core): driverError overriding (#8852)
Browse files Browse the repository at this point in the history
  • Loading branch information
johancube authored Oct 22, 2024
1 parent 5cce98d commit b7306d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cubejs-server-core/src/core/DevServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ export class DevServer {
}

async function installDriver() {
driverError = null;

try {
await executeCommand(
'npm',
Expand Down

0 comments on commit b7306d2

Please sign in to comment.