We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19a2d59 + 4174ee5 commit d4311f7Copy full SHA for d4311f7
lib/wrappers/file-system.ts
@@ -37,7 +37,6 @@ export class FileSystem {
37
const outfile = fs.createWriteStream(filePath);
38
stream.once('end', () => {
39
zipFile.readEntry();
40
- outfile.close();
41
});
42
stream.pipe(outfile);
43
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-doctor",
3
- "version": "1.7.0",
+ "version": "1.8.0",
4
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
5
"main": "lib/index.js",
6
"types": "./typings/nativescript-doctor.d.ts",
0 commit comments