Skip to content

Commit

Permalink
Fix relative paths for engines
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Apr 12, 2020
1 parent 1f41944 commit f9bd1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/enginesyncer.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class EngineSyncer extends EventEmitter {
this.commands = []
this.treePosition = null

this.controller = new Controller(path, [...argvsplit(args)], {
this.controller = new Controller(resolve(path), [...argvsplit(args)], {
cwd: dirname(resolve(path))
})

Expand Down

0 comments on commit f9bd1f3

Please sign in to comment.