Skip to content

Commit

Permalink
Readd space
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Mar 23, 2024
1 parent cf83333 commit e777900
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions selene-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ export async function activate(
const output = await selene.seleneCommand(
context.globalStorageUri,
// Must use relative path for now due to https://github.com/Kampfkarren/selene/issues/593
"--display-style=json2 --no-summary" +
vscode.workspace.asRelativePath(document.uri.fsPath),
`--display-style=json2 --no-summary ${vscode.workspace.asRelativePath(
document.uri.fsPath,
)}`,
selene.Expectation.Stderr,
vscode.workspace.getWorkspaceFolder(document.uri),
)
Expand Down

0 comments on commit e777900

Please sign in to comment.