Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created June 14, 2012 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/2932901 to your computer and use it in GitHub Desktop.
Save isaacs/2932901 to your computer and use it in GitHub Desktop.
test_relative_input_cwd
fs.symlinkSync("../cycles/realpath-3b", "tmp/cycles/realpath-3a", "file")
fs.js:552
return binding.symlink(destination,
^
Error: ENOENT, no such file or directory 'C:\Users\Isaac Schlueter\node\tmp\cycl
es\realpath-3a'
at Object.fs.symlinkSync [as _symlinkSync] (fs.js:552:18)
at Object.fs.symlinkSync (C:\Users\Isaac Schlueter\node\test\simple\test-fs-
realpath.js:41:15)
at C:\Users\Isaac Schlueter\node\test\simple\test-fs-realpath.js:291:8
at Array.forEach (native)
at test_relative_input_cwd (C:\Users\Isaac Schlueter\node\test\simple\test-f
s-realpath.js:287:5)
at runNextTest (C:\Users\Isaac Schlueter\node\test\simple\test-fs-realpath.j
s:561:3)
at C:\Users\Isaac Schlueter\node\test\simple\test-fs-realpath.js:83:5
at LOOP (fs.js:1082:14)
at EventEmitter.startup.processNextTick.process._tickCallback (node.js:238:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment