This commit is contained in:
10
node_modules/vfile/lib/minproc.browser.js
generated
vendored
Normal file
10
node_modules/vfile/lib/minproc.browser.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
// Somewhat based on:
|
||||
// <https://github.com/defunctzombie/node-process/blob/master/browser.js>.
|
||||
// But I don’t think one tiny line of code can be copyrighted. 😅
|
||||
exports.cwd = cwd
|
||||
|
||||
function cwd() {
|
||||
return '/'
|
||||
}
|
||||
Reference in New Issue
Block a user