Skip to content

Commit

Permalink
refactor(puppets): fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
onderceylan committed Nov 1, 2019
1 parent ad69854 commit 30eec2f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/helpers/puppets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ import images from './images';
import browserHelper from './browser';
import preLogger from './logger';
import { Options } from '../models/options';
import { DeviceFactorSpec, Dimension, LaunchScreenSpec, SplashScreenSpec } from '../models/spec';
import {
DeviceFactorSpec,
Dimension,
LaunchScreenSpec,
SplashScreenSpec,
} from '../models/spec';
import { Image, SavedImage } from '../models/image';

const getAppleSplashScreenData = async (
Expand Down Expand Up @@ -273,7 +278,6 @@ const saveImages = async (
return { name, width, height, scaleFactor, path, orientation };
} catch (e) {
logger.error(e.message);
console.error(e);
throw Error(`Failed to save image ${name}`);
}
}),
Expand Down

0 comments on commit 30eec2f

Please sign in to comment.