Mention createFromPath failure cases
authorKevin Sawicki <kevinsawicki@gmail.com>
Wed, 21 Sep 2016 17:48:01 +0000 (10:48 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Wed, 21 Sep 2016 17:48:01 +0000 (10:48 -0700)
docs/api/native-image.md

index 0e16e30..108d7e9 100644 (file)
@@ -120,7 +120,9 @@ Creates an empty `NativeImage` instance.
 
 * `path` String
 
-Creates a new `NativeImage` instance from a file located at `path`.
+Creates a new `NativeImage` instance from a file located at `path`. This method
+returns an empty image if the `path` does not exist, cannot be read, or is not
+a valid image.
 
 ```javascript
 const nativeImage = require('electron').nativeImage