Created
July 25, 2017 02:24
-
-
Save groovecoder/691245c815cf9aa4b1dd5e278c2f4d16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function emitMsg(type, msg) { | |
| console.log('type: ', type, '; msg: ', msg, '; msg.value: ', msg.value); | |
| //self.port.emit(type, msg); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment