Skip to content

Commit

Permalink
Cleanup outfile when done
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Barry Allan <[email protected]>
  • Loading branch information
worksofliam committed Jan 12, 2023
1 parent fe2f56e commit a5da51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function buildRequestHandlers(client: LanguageClient) {
const resultCode = outfileRes.code || 0;

if (resultCode === 0) {
const data: object[] = await content.getTable(config.tempLibrary, randomFile);
const data: object[] = await content.getTable(config.tempLibrary, randomFile, randomFile, true);

console.log(`Temp OUTFILE read. ${data.length} rows.`);

Expand Down

0 comments on commit a5da51d

Please sign in to comment.