Preview: compiled-check.js
Size: 339 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/chrome-launcher/compiled-check.js
'use strict'
const fs = require('fs');
const path = require('path');
module.exports = function(filename) {
if (!fs.existsSync(path.join(__dirname, filename))) {
console.log(
'Oops! Looks like the chrome-launcher files needs to be compiled. Please run:');
console.log(' yarn; yarn build;');
process.exit(1);
}
}
Directory Contents
Dirs: 6 × Files: 9