@kpi4me/golden-layout
Version:
A multi-screen javascript Layout manager https://golden-layout.com
18 lines (14 loc) • 373 B
JavaScript
;
/**
* Update our definition file.
*/
require('../lib/update').update(function updating(err, data) {
if (err) {
console.error('Update unsuccessfull due to reasons');
console.log(err.message);
console.log(err.stack);
return;
}
console.log('Successfully fetched and generated new parsers from the internets.');
});