packages/cli: remove old comment in packager

This commit is contained in:
Patrik Oldsberg
2020-05-18 11:41:38 +02:00
parent 0242c8a344
commit 26e259d7bd
@@ -24,7 +24,6 @@ function formatErrorMessage(error: any) {
let msg = '';
if (error.code === 'PLUGIN_ERROR') {
// typescript2 plugin has a complete message with all codeframes
if (error.plugin === 'esbuild') {
msg += `${error.message}\n\n`;
for (const { text, location } of error.errors) {