We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479d839 commit 5cbbcb4Copy full SHA for 5cbbcb4
bin/helpers/archiver.js
@@ -1,6 +1,6 @@
1
'use strict';
2
const fs = require("fs"),
3
- path = require('path');
+ path = require("path");
4
5
const archiver = require("archiver"),
6
Constants = require('../helpers/constants'),
0 commit comments