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
varreadlinkSync=require('graceful-readlink').readlinkSync;console.log(readlinkSync(f));// output// the file pointed to when `f` is a symbolic link// the `f` itself when `f` is not a symbolic link