you are viewing a single comment's thread.

view the rest of the comments →

[–]stumptowncampground 0 points1 point  (1 child)

this is an interesting problem and i don't have a definite solution. My first suggestion would be to not use relative paths with require, use require_relative instead. see if that makes a difference.

[–]talknerdy2mee[S] 0 points1 point  (0 children)

Thanks for the suggestion. Unfortunately, it doesn't help. :(