Skip to content

Commit 4a00c61

Browse files
authored
Fix lint
1 parent 8dd322c commit 4a00c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analyzer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function getViewerData(bundleStats, bundleDir, opts) {
8181
bundleInfo = parseBundle(assetFile, {sourceType: statAsset.info.javascriptModule ? 'module' : 'script'});
8282
} catch (err) {
8383
const msg = (err.code === 'ENOENT') ? 'no such file' : err.message;
84-
logger.warn(`Error parsing bundle asset "${assetFile}": ${msg}`, { cause: err });
84+
logger.warn(`Error parsing bundle asset "${assetFile}": ${msg}`, {cause: err});
8585
continue;
8686
}
8787

0 commit comments

Comments
 (0)