change a message a bit

This commit is contained in:
Anton Lavrenov 2020-02-25 20:39:43 -05:00
parent 35fc7953bd
commit e315a5bac4
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ export class Canvas {
Util.error(
'Unable to get data URL. ' +
err.message +
'. For more info read https://konvajs.org/docs/posts/Tainted_Canvas.html.'
' For more info read https://konvajs.org/docs/posts/Tainted_Canvas.html.'
);
return '';
}

View File

@ -630,7 +630,7 @@ export abstract class Node<Config extends NodeConfig = NodeConfig> {
Util.error(
'Unable to apply filter. ' +
e.message +
'. This post my help you https://konvajs.org/docs/posts/Tainted_Canvas.html.'
' This post my help you https://konvajs.org/docs/posts/Tainted_Canvas.html.'
);
}