pull/253/head
Rich Harris 9 years ago
parent eab6935cc2
commit 31480a0025

@ -85,7 +85,7 @@ describe( 'ssr', () => {
assert.htmlEqual( html, config.html ); assert.htmlEqual( html, config.html );
} }
} catch ( err ) { } catch ( err ) {
console.log( addLineNumbers( compiled.code ) ); console.log( addLineNumbers( compiled.code ) ); // eslint-disable-line no-console
throw err; throw err;
} }
}); });

Loading…
Cancel
Save