Sign in
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
node_modules
/
commondir
/
example
/
dir.js
blob: e86a346484e7d3a04d5365b22c873ea893138fb9 [
file
] [
log
] [
blame
]
var
commondir
=
require
(
'../'
);
var
dir
=
commondir
(
process
.
argv
.
slice
(
2
));
console
.
log
(
dir
);