Guest User

Untitled

a guest
Jan 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const { resolve } = require("path");
  2.  
  3. function joinPath(root, path) {
  4. // resolve is the reference at load time, so not wrapped by the spy
  5. return resolve(root, path);
  6. }
  7.  
  8. module.exports = absolutePath;
Add Comment
Please, Sign In to add comment