Skip to content

Commit 47e3ae3

Browse files
committed
fixed reporting
ouch
1 parent 85b637b commit 47e3ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function makeWriter(bundle, assetManager) {
3737
"consider performance implications for your users:\n " +
3838
path.relative(assetManager.referenceDir, bundle.target));
3939
}
40-
assetManager.writeFile(bundle.target, code, error);
40+
assetManager.writeFile(bundle.target, code, { error });
4141
};
4242
}
4343

0 commit comments

Comments
 (0)