Skip to content

Use Debugger UI from a dedicated npm package #1442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2016

Conversation

teobugslayer
Copy link
Contributor

import * as net from "net";
import * as path from "path";
import * as semver from "semver";
import byline = require("byline");

let InspectorBackendPort = 18181;
const InspectorBackendPort = 18181;
const inspectorAppName = "NativeScript Inspector.app";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the first constant name InspectorBackendPort starts with capital letter and the others do not

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it was old code and I missed it. Will fix it.

@rosen-vladimirov
Copy link
Contributor

👍

teobugslayer added a commit that referenced this pull request Feb 2, 2016
Use Debugger UI from a dedicated npm package
@teobugslayer teobugslayer merged commit 463987b into master Feb 2, 2016
@teobugslayer teobugslayer deleted the separate-debugger-ui branch February 11, 2016 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants