Skip to content

Commit

Permalink
cli: fix jstp import statement
Browse files Browse the repository at this point in the history
PR-URL: #130
Fixes: #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 0b3a8cd commit a688994
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 a688994

Please sign in to comment.