with-open-file
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "with-open-file", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Do stuff with an open file, knowing it will finally be closed", | ||
@@ -5,0 +5,0 @@ "repository": "raphinesse/with-open-file", |
@@ -25,3 +25,3 @@ # with-open-file [![Build Status](https://travis-ci.org/raphinesse/with-open-file.svg?branch=master)](https://travis-ci.org/raphinesse/with-open-file) | ||
withOpenFile.sync('foo.txt', 'r', fd => { | ||
// Process file using synchronously using fd | ||
// Process file synchronously using fd | ||
}) | ||
@@ -28,0 +28,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3589