Skip to content

Commit 11bd2bf

Browse files
committed
1 parent d6247d0 commit 11bd2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/debug/node/debugAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class Adapter {
8888
}
8989

9090
return TPromise.wrapError(new Error(nls.localize({ key: 'debugAdapterCannotDetermineExecutable', comment: ['Adapter executable file not found'] },
91-
"Cannot determine executable for debug adapter '{0}'.", details.command)));
91+
"Cannot determine executable for debug adapter '{0}'.", this.type)));
9292
}
9393

9494
private getRuntime(): string {

0 commit comments

Comments
 (0)