Commit 00ba02f7 00ba02f7cb491a7f7d949726cc7b3a5f8cc1448d by Raphaël Benitte

Fixed reference error in fill() method

1 parent a2420455
...@@ -925,7 +925,7 @@ ...@@ -925,7 +925,7 @@
925 path: err.path 925 path: err.path
926 }); 926 });
927 } else { 927 } else {
928 throw e; 928 throw err;
929 } 929 }
930 } 930 }
931 } 931 }
......