Skip to content

Commit 4b82a97

Browse files
committed
Fix tns cli version printing
1 parent 28b8540 commit 4b82a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug-adapter/webKitDebugAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class WebKitDebugAdapter implements DebugProtocol.IDebugAdapter {
142142
Services.extensionClient().analyticsLaunchDebugger({ request: args.request, platform: args.platform });
143143

144144
// Run CLI Command
145-
Services.logger().log(`[NSDebugAdapter] Using tns CLI v${this._request.project.cli.version} on path '${this._request.project.cli.path}'`, Tags.FrontendMessage);
145+
Services.logger().log(`[NSDebugAdapter] Using tns CLI v${this._request.project.cli.version.version} on path '${this._request.project.cli.path}'`, Tags.FrontendMessage);
146146
Services.logger().log('[NSDebugAdapter] Running tns command...', Tags.FrontendMessage);
147147
let cliCommand: DebugResult;
148148
if (this._request.isLaunch) {

0 commit comments

Comments
 (0)