isDocker is a function
svenliebig opened this issue · 2 comments
svenliebig commented
Should be called with isDocker() instead of isDocker
eirslett commented
Where do you mean? I think it's being done like this:
const isDocker = require('is-docker')(); // <- call the function immediately
svenliebig commented
Ah sure sry mate, i called the function later. Have a nice day.