You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the path to the configuration module is specified via an absolute path such as c:\myapp.js, jackup considers this to be a relative path and prepends File.cwd() to it:
if (config.charAt(0) !== "/")
config = File.join(File.cwd(), config);