Skip to content

Commit

Permalink
cli: fix jstp import statement
Browse files Browse the repository at this point in the history
PR-URL: metarhia/jstp#130
Fixes: metarhia/jstp#129
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
  • Loading branch information
lundibundi authored and aqrln committed May 5, 2017
1 parent aea4ed4 commit 8099a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// TODO: support jstp://server and jstps://server

const jstp = require('.');
const jstp = require('..');
const readline = require('readline');

const commandProcessor = {};
Expand Down

0 comments on commit 8099a93

Please sign in to comment.