Skip to content

Commit

Permalink
Improce message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Sep 25, 2023
1 parent e6cfc4e commit c1133b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ export class Conda {
traceVerbose(`${command} info --json: ${result.stdout}`);
return JSON.parse(result.stdout);
}
throw new Error(`Launching ${command} timeout out`);
throw new Error(`Launching '${command} info --json' timed out`);
}

/**
Expand Down

0 comments on commit c1133b5

Please sign in to comment.