We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f554dc commit b7b2991Copy full SHA for b7b2991
1 file changed
src/builtins/hmr-runtime.js
@@ -40,7 +40,7 @@ if (!module.bundle.parent) {
40
}
41
42
if (data.type === 'error') {
43
- console.error(`[parcel] 🚨 ${data.error.message}\n${data.error.stack}`);
+ console.error('[parcel] 🚨 ' + data.error.message + '\n' + 'data.error.stack');
44
45
};
46
0 commit comments