fix helper path

This commit is contained in:
antelle 2016-04-24 23:04:26 +03:00
parent c48f947a0f
commit d88a3c9dc9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ var AutoTypeHelper = function() {
AutoTypeHelper.prototype.getActiveWindowTitle = function(callback) {
Launcher.spawn({
cmd: this.getHelperPath(),
cmd: AutoTypeHelper.getHelperPath(),
args: ['--window-info'],
complete: function(err, out) {
if (err) { return callback(err); }