Skip to content

Commit

Permalink
scanner 1.81.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahtrotta committed Aug 23, 2023
1 parent fd1072d commit af0e03f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/nodeProcessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class NodeProcessService implements WorkspaceService<NodeProcessServiceIn

const installProcess = spawn({
modulePath: this.yarnPath,
args: ['add', '@appland/appmap@latest', '@appland/scanner@1.77.0'],
args: ['add', '@appland/appmap@latest', '@appland/scanner@1.81.1'],
cwd: this.globalStorageDir,
log: NodeProcessService.outputChannel,
// Fix "The remote archive doesn't match the expected checksum" issue by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ describe('Scanner', () => {
diagnostic.uri.fsPath,
join(ProjectA, 'app/controllers/microposts_controller.rb')
);
assert(false);
});
});

0 comments on commit af0e03f

Please sign in to comment.