mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 21:16:45 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
|
|
var cc = require('..')
|
|
|
|
//should not throw
|
|
cc(__dirname, 'non_existing_file')
|