1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Merge pull request #8195 from yurydelendik/babel

Enable babel on sources
This commit is contained in:
Yury Delendik 2017-03-27 07:48:43 -05:00 committed by GitHub
commit cd5acf501e
10 changed files with 65 additions and 18 deletions

View file

@ -19,9 +19,8 @@
try {
require('shelljs/make');
} catch (e) {
console.log('ShellJS is not installed. Run "npm install" to install ' +
'all dependencies.');
return;
throw new Error('ShellJS is not installed. Run "npm install" to install ' +
'all dependencies.');
}
var fs = require('fs');