Add comment

js-version
Anton Medvedev 5 years ago
parent 12ff839365
commit a7b89365bf

@ -5,6 +5,7 @@ const fs = require('fs')
const path = require('path')
const {stdin, stdout, stderr} = process
try {
// A ".fxrc" file should be required before print.js as it uses config.js file.
require(path.join(os.homedir(), '.fxrc'))
} catch (err) {
if (err.code !== 'MODULE_NOT_FOUND') {

Loading…
Cancel
Save