mirror of
https://github.com/electron/electron.git
synced 2026-02-01 02:35:27 -05:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
var fs = require('fs')
|
|
var path = require('path')
|
|
|
|
module.exports = fs.readFileSync(path.join(__dirname, 'path.txt'), 'utf-8')
|