Files
flights_web_raw/node_modules/@angular/cli/bin/postinstall/script.js
T

8 lines
179 B
JavaScript

#!/usr/bin/env node
'use strict';
// These should not fail but if they do they should not block installation of the package
try {
require('./analytics-prompt');
} catch (_) {}