should-respect-cwd.js 55 Bytes
Newer Older
lxyang committed
1 2 3 4
const foo = function () {
  console.log('foo')
}
foo()