some examples return "Cannot find module '../lib/x11"
Closed this issue · 1 comments
tiye commented
In some of the files in examples/
, the relative path is wrong.
../lib/x11
should be ../../lib/x11
https://github.com/sidorares/node-x11/blob/master/examples/smoketest/copyarea.js#L1
https://github.com/sidorares/node-x11/blob/master/examples/smoketest/listext.js#L1
sidorares commented
can you make a pull request please?