We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c889d commit 761f33cCopy full SHA for 761f33c
stomp-client.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-var Stomp = require('./stomp');
+var Stomp = require('./lib/stomp');
4
5
var client = new Stomp(61613, 'localhost', true);
6
0 commit comments