Skip to content

Commit

Permalink
Merge pull request #393 from athombv/master
Browse files Browse the repository at this point in the history
mmip
  • Loading branch information
jeroenwienk authored May 29, 2024
2 parents 2ae6177 + 99e766a commit bbe8316
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion lib/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class App {
Log.success('Creating Remote Debug Session...');
const {
sessionId,
socketUrl,
} = await homey.devkit.installApp({
clean,
manifest,
Expand All @@ -255,6 +254,9 @@ class App {
throw err;
});

const baseUrl = await homey.baseUrl;
const socketUrl = `${baseUrl}/devkit`;

// Find Inspect Port
const inspectPort = await getPort({
port: getPort.makeRange(9229, 9229 + 100),
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homey",
"version": "3.3.0",
"version": "3.3.1",
"description": "Command-line interface and type declarations for Homey Apps",
"main": "bin/homey.js",
"files": [
Expand Down

0 comments on commit bbe8316

Please sign in to comment.