thedesk/app/node_modules/@babel/polyfill/scripts/postpublish.js

9 lines
151 B
JavaScript
Raw Permalink Normal View History

2019-09-13 00:38:13 +10:00
"use strict";
const fs = require("fs");
const path = require("path");
try {
fs.unlinkSync(path.join(__dirname, "../browser.js"));
} catch (err) {}