Skip to content

Commit

Permalink
Correct incorrect string
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Jul 7, 2022
1 parent b5a8c7e commit 273edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/results/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const vscode = require(`vscode`);
const csv = require(`csv/sync`);

const getInstance = require(`../../base`);
const Configuration = require("../../configuration");
const Configuration = require(`../../configuration`);
const html = require(`./html`);

class ResultSetPanelProvider {
Expand Down

0 comments on commit 273edb1

Please sign in to comment.