flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
4
BACK_BACK/node_modules/brfs/test/files/path_join.js
generated
vendored
Executable file
4
BACK_BACK/node_modules/brfs/test/files/path_join.js
generated
vendored
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
var fs = require('fs');
|
||||
var path = require('path');
|
||||
var html = fs.readFileSync(path.join(__dirname, 'robot.html'), 'utf8');
|
||||
console.log(html);
|
||||
Loading…
Add table
Add a link
Reference in a new issue