Commit 00ba02f7 00ba02f7cb491a7f7d949726cc7b3a5f8cc1448d by Raphaël Benitte

Fixed reference error in fill() method

1 parent a2420455
......@@ -925,7 +925,7 @@
path: err.path
});
} else {
throw e;
throw err;
}
}
}
......