if (self.options.filePath) {
            self.options.filePath = self.options.filePath.trim();
            if (_.last(self.options.filePath) === '/') {
                self.options.filePath = self.options.filePath.substring(0, self.options.filePath.length - 1);
            }