diff --git a/js/pixelcanvas.js b/js/pixelcanvas.js index cd5b5f6..4af5c1e 100644 --- a/js/pixelcanvas.js +++ b/js/pixelcanvas.js @@ -59,7 +59,9 @@ export default class PixelCanvas { if (e.error && e.error.stack) { this.writeError(`${e.error.stack}`); } else { - this.writeError(`${e.message} (${e.filename}:${lineno}:${colno})`); + this.writeError( + `${e.message} (${e.filename}:${e.lineno}:${e.colno})`, + ); } } catch (_) { try {