Skip to content

Commit

Permalink
feat: Ember Lawo - use master branch on https://github.com/dufourgill…
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Feb 19, 2020
1 parent 4034bf5 commit 54eb20a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"prod": "webpack --mode production --config webpack.config.js && electron --noDevServer .",
"start": "node dist/server/index.js",
"start:dev": "node --inspect dist/server/index.js",
"start:break": "node --inspect-brk dist/server/index.js",
"build-client": "yarn webpack --config webpack.config.js --mode production",
"build-server": "yarn tsc -p server/tsconfig.json",
"build-watch": "yarn tsc -p server/tsconfig.json --watch & webpack --config webpack.config.js --watch --mode development",
Expand All @@ -45,7 +46,7 @@
"dependencies": {
"casparcg-connection": "^4.9.0",
"classnames": "^2.2.6",
"node-emberplus": "https://github.com/dufourgilles/node-emberplus.git",
"node-emberplus": "https://github.com/dufourgilles/node-emberplus.git#master",
"express": "^4.17.1",
"express-csp-header": "^2.3.2",
"http": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/utils/mixerConnections/EmberMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class EmberMixerConnection {
}

setupMixerConnection() {
logger.info('Ember connection established')
logger.info('Ember connection established - setting up subscription of channels')

let ch: number = 1;
state.settings[0].numberOfChannelsInType.forEach((numberOfChannels, typeIndex) => {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5836,7 +5836,7 @@ no-case@^2.2.0:
dependencies:
lower-case "^1.1.1"

"node-emberplus@https://github.com/dufourgilles/node-emberplus.git":
"node-emberplus@https://github.com/dufourgilles/node-emberplus.git#master":
version "2.5.6"
resolved "https://github.com/dufourgilles/node-emberplus.git#ed89db5468e6dfe7227dbb863761959bd7de28f4"
dependencies:
Expand Down

0 comments on commit 54eb20a

Please sign in to comment.