projecte_ionic/node_modules/@angular/cli/bin/postinstall/script.js
2022-02-09 18:30:03 +01:00

7 lines
179 B
JavaScript
Executable file

#!/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 (_) {}